Html Css Color HEX #0C6A9B Cerulean

📋 copy color: '#0C6A9B'

red 12 ◦ green 106 ◦ blue 155

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

Shades of Cerulean #0C6A9B

Tints of Cerulean #0C6A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.83%

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

R = 4.4%
G = 38.83%
B = 56.78%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C6A9B (or 0x0C6A9B) is known color: Cerulean. HEX triplet: 0C, 6A and 9B. RGB value is (12,106,155). Sum of RGB (Red+Green+Blue) = 12+106+155=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C6A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6A9B is #F39564. Grayscale: #535353. Windows color (decimal): -15963493 or 10185228. OLE color: 10185228.

HSL color Cylindrical-coordinate representation of color #0C6A9B: hue angle of 200.56º 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 #0C6A9B is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 106 155 -
CMYK 0.92 0.32 0 0.39
HSL 200.56º 0.86% 0.33% -
HSV(B) 200.56º 0.92% 0.61% -
XYZ 11.22 12.75 32.88 -
YUV 83.48 168.36 77.02 -
System Red Green Blue C M Y K H S L
Decimal 12 106 155 0.92 0.32 0 0.39 200.56 0.86 0.33
Hex C 6A 9B 5C 20 0 27 C9 56 21
Octal 14 152 233 134 40 0 47 311 126 41
Binary 1100 1101010 10011011 1011100 100000 0 100111 11001001 1010110 100001

Color Harmonies of #0C6A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6A9B

Black with #0C6A9B

Text Example


Text Example

White with #0C6A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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