Html Css Color HEX #0F6DA8 Cerulean

📋 copy color: '#0F6DA8'

red 15 ◦ green 109 ◦ blue 168

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

Shades of Cerulean #0F6DA8

Tints of Cerulean #0F6DA8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.33%

 BLUE value IS 168 (66.02% from 255) = 57.53%

R = 5.14%
G = 37.33%
B = 57.53%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0F6DA8 (or 0x0F6DA8) is known color: Cerulean. HEX triplet: 0F, 6D and A8. RGB value is (15,109,168). Sum of RGB (Red+Green+Blue) = 15+109+168=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 168 (66.02% from 255 or 57.53% from 292); Max value from RGB is 168 - color contains mainly: blue. Hex color #0F6DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6DA8 is #F09257. Grayscale: #575757. Windows color (decimal): -15766104 or 11037967. OLE color: 11037967.

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

Color convert

RGB 15 109 168 -
CMYK 0.91 0.35 0 0.34
HSL 203.14º 0.84% 0.36% -
HSV(B) 203.14º 0.91% 0.66% -
XYZ 12.73 13.87 39.05 -
YUV 87.62 173.36 76.2 -
System Red Green Blue C M Y K H S L
Decimal 15 109 168 0.91 0.35 0 0.34 203.14 0.84 0.36
Hex F 6D A8 5B 23 0 22 CB 54 24
Octal 17 155 250 133 43 0 42 313 124 44
Binary 1111 1101101 10101000 1011011 100011 0 100010 11001011 1010100 100100

Color Harmonies of #0F6DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DA8

Black with #0F6DA8

Text Example


Text Example

White with #0F6DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,109,168); }

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

background-color css

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

 a { background-color: rgb(15,109,168); }

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

border-color css

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

 span { border-color: rgb(15,109,168); }

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