Html Css Color HEX #0C7FAA Cerulean

📋 copy color: '#0C7FAA'

red 12 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #0C7FAA

Tints of Cerulean #0C7FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

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

R = 3.88%
G = 41.1%
B = 55.02%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C7FAA (or 0x0C7FAA) is known color: Cerulean. HEX triplet: 0C, 7F and AA. RGB value is (12,127,170). Sum of RGB (Red+Green+Blue) = 12+127+170=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C7FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7FAA is #F38055. Grayscale: #616161. Windows color (decimal): -15958102 or 11173644. OLE color: 11173644.

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

Color convert

RGB 12 127 170 -
CMYK 0.93 0.25 0 0.33
HSL 196.33º 0.87% 0.36% -
HSV(B) 196.33º 0.93% 0.67% -
XYZ 15 18.16 40.74 -
YUV 97.52 168.9 67 -
System Red Green Blue C M Y K H S L
Decimal 12 127 170 0.93 0.25 0 0.33 196.33 0.87 0.36
Hex C 7F AA 5D 19 0 21 C4 57 24
Octal 14 177 252 135 31 0 41 304 127 44
Binary 1100 1111111 10101010 1011101 11001 0 100001 11000100 1010111 100100

Color Harmonies of #0C7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7FAA

Black with #0C7FAA

Text Example


Text Example

White with #0C7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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