Html Css Color HEX #0C6495 Cerulean

📋 copy color: '#0C6495'

red 12 ◦ green 100 ◦ blue 149

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

Shades of Cerulean #0C6495

Tints of Cerulean #0C6495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 4.6%
G = 38.31%
B = 57.09%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C6495 (or 0x0C6495) is known color: Cerulean. HEX triplet: 0C, 64 and 95. RGB value is (12,100,149). Sum of RGB (Red+Green+Blue) = 12+100+149=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C6495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6495 is #F39B6A. Grayscale: #4E4E4E. Windows color (decimal): -15965035 or 9790476. OLE color: 9790476.

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

Color convert

RGB 12 100 149 -
CMYK 0.92 0.33 0 0.42
HSL 201.46º 0.85% 0.32% -
HSV(B) 201.46º 0.92% 0.58% -
XYZ 10.13 11.36 30.09 -
YUV 79.27 167.35 80.02 -
System Red Green Blue C M Y K H S L
Decimal 12 100 149 0.92 0.33 0 0.42 201.46 0.85 0.32
Hex C 64 95 5C 21 0 2A C9 55 20
Octal 14 144 225 134 41 0 52 311 125 40
Binary 1100 1100100 10010101 1011100 100001 0 101010 11001001 1010101 100000

Color Harmonies of #0C6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6495

Black with #0C6495

Text Example


Text Example

White with #0C6495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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