Html Css Color HEX #0C609B Cerulean

📋 copy color: '#0C609B'

red 12 ◦ green 96 ◦ blue 155

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

Shades of Cerulean #0C609B

Tints of Cerulean #0C609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

 BLUE value IS 155 (60.94% from 255) = 58.94%

R = 4.56%
G = 36.5%
B = 58.94%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C609B (or 0x0C609B) is known color: Cerulean. HEX triplet: 0C, 60 and 9B. RGB value is (12,96,155). Sum of RGB (Red+Green+Blue) = 12+96+155=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C609B is #F39F64. Grayscale: #4D4D4D. Windows color (decimal): -15966053 or 10182668. OLE color: 10182668.

HSL color Cylindrical-coordinate representation of color #0C609B: hue angle of 204.76º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C609B is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 96 155 -
CMYK 0.92 0.38 0 0.39
HSL 204.76º 0.86% 0.33% -
HSV(B) 204.76º 0.92% 0.61% -
XYZ 10.25 10.81 32.56 -
YUV 77.61 171.67 81.2 -
System Red Green Blue C M Y K H S L
Decimal 12 96 155 0.92 0.38 0 0.39 204.76 0.86 0.33
Hex C 60 9B 5C 26 0 27 CD 56 21
Octal 14 140 233 134 46 0 47 315 126 41
Binary 1100 1100000 10011011 1011100 100110 0 100111 11001101 1010110 100001

Color Harmonies of #0C609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C609B

Black with #0C609B

Text Example


Text Example

White with #0C609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,155); }

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

background-color css

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

 a { background-color: rgb(12,96,155); }

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

border-color css

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

 span { border-color: rgb(12,96,155); }

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