Html Css Color HEX #0F6FAA Cerulean

📋 copy color: '#0F6FAA'

red 15 ◦ green 111 ◦ blue 170

#0F6FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0F6FAA

Tints of Cerulean #0F6FAA

RGB

 RED value IS 15 (6.25% from 255) = 5.07%

 GREEN value IS 111 (43.75% from 255) = 37.5%

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 5.07%
G = 37.5%
B = 57.43%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F6FAA (or 0x0F6FAA) is known color: Cerulean. HEX triplet: 0F, 6F and AA. RGB value is (15,111,170). Sum of RGB (Red+Green+Blue) = 15+111+170=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F6FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6FAA is #F09055. Grayscale: #585858. Windows color (decimal): -15765590 or 11169551. OLE color: 11169551.

HSL color Cylindrical-coordinate representation of color #0F6FAA: hue angle of 202.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6FAA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 111 170 -
CMYK 0.91 0.35 0 0.33
HSL 202.84º 0.84% 0.36% -
HSV(B) 202.84º 0.91% 0.67% -
XYZ 13.14 14.37 40.11 -
YUV 89.02 173.7 75.2 -
System Red Green Blue C M Y K H S L
Decimal 15 111 170 0.91 0.35 0 0.33 202.84 0.84 0.36
Hex F 6F AA 5B 23 0 21 CB 54 24
Octal 17 157 252 133 43 0 41 313 124 44
Binary 1111 1101111 10101010 1011011 100011 0 100001 11001011 1010100 100100

Color Harmonies of #0F6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6FAA

Black with #0F6FAA

Text Example


Text Example

White with #0F6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,111,170); }

 H1.HeaderClassName
 {
   color: #0F6FAA;
 }
 .AnyTagClassName
 {
   color: #0F6FAA;
 }
</style>

background-color css

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

 a { background-color: rgb(15,111,170); }

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

border-color css

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

 span { border-color: rgb(15,111,170); }

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