#0F6E94

Color #0F6E94 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0F6E94

Tints of Cerulean #0F6E94

Color information

#0F6E94 (or 0x0F6E94) is unknown color: approx Cerulean. HEX triplet: 0F, 6E and 94. RGB value is (15,110,148). Sum of RGB (Red+Green+Blue) = 15+110+148=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F6E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6E94 is #F0916B. Grayscale: #555555. Windows color (decimal): -15765868 or 9727503. OLE color: 9727503.

HSL color Cylindrical-coordinate representation of color #0F6E94: hue angle of 197.14º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6E94 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB15110148-
CMYK0.900.2600.42
HSL197.14º81.6%31.96%-
HSV(B)197.14º89.86%58.04%-
XYZ11.1213.3930.02-
YUV85.93163.0377.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=5.49%
G=40.29%
B=54.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151101480.900.2600.42197.1481.631.96
HexF6E945A1A02Ac55220
Octal171562241323205230512240
Binary11111101110100101001011010110100101010110001011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F6E94; }

 p { color: rgb(15,110,148); }

 H1.HeaderClassName
 {
   color: #0F6E94;
 }
 .AnyTagClassName
 {
   color: #0F6E94;
 }
</style>
background-color css

<style>
 a { background-color: #0F6E94; }

 a { background-color: rgb(15,110,148); }

 div.DivClassName
 {
   background-color: #0F6E94;
 }
 .BgClassName
 {
   background-color: #0F6E94;
 }
</style>
border-color css

<style>
 span { border-color: #0F6E94; }

 span { border-color: rgb(15,110,148); }

 td.TdClassName
 {
   border-color: #0F6E94;
 }
 .TagClassName
 {
   border-color: #0F6E94;
 }
</style>