Html Css Color HEX #0C6496 Cerulean

📋 copy color: '#0C6496'

red 12 ◦ green 100 ◦ blue 150

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

Shades of Cerulean #0C6496

Tints of Cerulean #0C6496

RGB

 RED value IS 12 (5.08% from 255) = 4.58%

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 4.58%
G = 38.17%
B = 57.25%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0C6496 (or 0x0C6496) is known color: Cerulean. HEX triplet: 0C, 64 and 96. RGB value is (12,100,150). Sum of RGB (Red+Green+Blue) = 12+100+150=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C6496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6496 is #F39B69. Grayscale: #4F4F4F. Windows color (decimal): -15965034 or 9856012. OLE color: 9856012.

HSL color Cylindrical-coordinate representation of color #0C6496: hue angle of 201.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6496 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 100 150 -
CMYK 0.92 0.33 0 0.41
HSL 201.74º 0.85% 0.32% -
HSV(B) 201.74º 0.92% 0.59% -
XYZ 10.21 11.39 30.52 -
YUV 79.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 12 100 150 0.92 0.33 0 0.41 201.74 0.85 0.32
Hex C 64 96 5C 21 0 29 CA 55 20
Octal 14 144 226 134 41 0 51 312 125 40
Binary 1100 1100100 10010110 1011100 100001 0 101001 11001010 1010101 100000

Color Harmonies of #0C6496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6496

Black with #0C6496

Text Example


Text Example

White with #0C6496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,100,150); }

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

background-color css

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

 a { background-color: rgb(12,100,150); }

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

border-color css

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

 span { border-color: rgb(12,100,150); }

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