Html Css Color HEX #0C749B Cerulean

📋 copy color: '#0C749B'

red 12 ◦ green 116 ◦ blue 155

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

Shades of Cerulean #0C749B

Tints of Cerulean #0C749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 4.24%
G = 40.99%
B = 54.77%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C749B (or 0x0C749B) is known color: Cerulean. HEX triplet: 0C, 74 and 9B. RGB value is (12,116,155). Sum of RGB (Red+Green+Blue) = 12+116+155=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C749B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C749B is #F38B64. Grayscale: #595959. Windows color (decimal): -15960933 or 10187788. OLE color: 10187788.

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

Color convert

RGB 12 116 155 -
CMYK 0.92 0.25 0 0.39
HSL 196.36º 0.86% 0.33% -
HSV(B) 196.36º 0.92% 0.61% -
XYZ 12.31 14.94 33.24 -
YUV 89.35 165.04 72.83 -
System Red Green Blue C M Y K H S L
Decimal 12 116 155 0.92 0.25 0 0.39 196.36 0.86 0.33
Hex C 74 9B 5C 19 0 27 C4 56 21
Octal 14 164 233 134 31 0 47 304 126 41
Binary 1100 1110100 10011011 1011100 11001 0 100111 11000100 1010110 100001

Color Harmonies of #0C749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C749B

Black with #0C749B

Text Example


Text Example

White with #0C749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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