Html Css Color HEX #0C7FA4 Cerulean

📋 copy color: '#0C7FA4'

red 12 ◦ green 127 ◦ blue 164

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

Shades of Cerulean #0C7FA4

Tints of Cerulean #0C7FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.13%

R = 3.96%
G = 41.91%
B = 54.13%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C7FA4 (or 0x0C7FA4) is known color: Cerulean. HEX triplet: 0C, 7F and A4. RGB value is (12,127,164). Sum of RGB (Red+Green+Blue) = 12+127+164=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C7FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7FA4 is #F3805B. Grayscale: #606060. Windows color (decimal): -15958108 or 10780428. OLE color: 10780428.

HSL color Cylindrical-coordinate representation of color #0C7FA4: hue angle of 194.61º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7FA4 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 127 164 -
CMYK 0.93 0.23 0 0.36
HSL 194.61º 0.86% 0.35% -
HSV(B) 194.61º 0.93% 0.64% -
XYZ 14.44 17.94 37.82 -
YUV 96.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 12 127 164 0.93 0.23 0 0.36 194.61 0.86 0.35
Hex C 7F A4 5D 17 0 24 C3 56 23
Octal 14 177 244 135 27 0 44 303 126 43
Binary 1100 1111111 10100100 1011101 10111 0 100100 11000011 1010110 100011

Color Harmonies of #0C7FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7FA4

Black with #0C7FA4

Text Example


Text Example

White with #0C7FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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