Html Css Color HEX #0C75AA Cerulean

📋 copy color: '#0C75AA'

red 12 ◦ green 117 ◦ blue 170

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

Shades of Cerulean #0C75AA

Tints of Cerulean #0C75AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 4.01%
G = 39.13%
B = 56.86%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C75AA (or 0x0C75AA) is known color: Cerulean. HEX triplet: 0C, 75 and AA. RGB value is (12,117,170). Sum of RGB (Red+Green+Blue) = 12+117+170=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C75AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C75AA is #F38A55. Grayscale: #5B5B5B. Windows color (decimal): -15960662 or 11171084. OLE color: 11171084.

HSL color Cylindrical-coordinate representation of color #0C75AA: hue angle of 200.13º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C75AA is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 117 170 -
CMYK 0.93 0.31 0 0.33
HSL 200.13º 0.87% 0.36% -
HSV(B) 200.13º 0.93% 0.67% -
XYZ 13.77 15.7 40.34 -
YUV 91.65 172.21 71.19 -
System Red Green Blue C M Y K H S L
Decimal 12 117 170 0.93 0.31 0 0.33 200.13 0.87 0.36
Hex C 75 AA 5D 1F 0 21 C8 57 24
Octal 14 165 252 135 37 0 41 310 127 44
Binary 1100 1110101 10101010 1011101 11111 0 100001 11001000 1010111 100100

Color Harmonies of #0C75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C75AA

Black with #0C75AA

Text Example


Text Example

White with #0C75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,117,170); }

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

background-color css

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

 a { background-color: rgb(12,117,170); }

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

border-color css

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

 span { border-color: rgb(12,117,170); }

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