Html Css Color HEX #0F6DAC Cerulean

📋 copy color: '#0F6DAC'

red 15 ◦ green 109 ◦ blue 172

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

Shades of Cerulean #0F6DAC

Tints of Cerulean #0F6DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 5.07%
G = 36.82%
B = 58.11%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F6DAC (or 0x0F6DAC) is known color: Cerulean. HEX triplet: 0F, 6D and AC. RGB value is (15,109,172). Sum of RGB (Red+Green+Blue) = 15+109+172=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F6DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6DAC is #F09253. Grayscale: #575757. Windows color (decimal): -15766100 or 11300111. OLE color: 11300111.

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

Color convert

RGB 15 109 172 -
CMYK 0.91 0.37 0 0.33
HSL 204.08º 0.84% 0.37% -
HSV(B) 204.08º 0.91% 0.67% -
XYZ 13.11 14.02 41.04 -
YUV 88.08 175.36 75.88 -
System Red Green Blue C M Y K H S L
Decimal 15 109 172 0.91 0.37 0 0.33 204.08 0.84 0.37
Hex F 6D AC 5B 25 0 21 CC 54 25
Octal 17 155 254 133 45 0 41 314 124 45
Binary 1111 1101101 10101100 1011011 100101 0 100001 11001100 1010100 100101

Color Harmonies of #0F6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DAC

Black with #0F6DAC

Text Example


Text Example

White with #0F6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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