Html Css Color HEX #0C7FAE Cerulean

📋 copy color: '#0C7FAE'

red 12 ◦ green 127 ◦ blue 174

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

Shades of Cerulean #0C7FAE

Tints of Cerulean #0C7FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 3.83%
G = 40.58%
B = 55.59%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C7FAE (or 0x0C7FAE) is known color: Cerulean. HEX triplet: 0C, 7F and AE. RGB value is (12,127,174). Sum of RGB (Red+Green+Blue) = 12+127+174=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C7FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7FAE is #F38051. Grayscale: #616161. Windows color (decimal): -15958098 or 11435788. OLE color: 11435788.

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

Color convert

RGB 12 127 174 -
CMYK 0.93 0.27 0 0.32
HSL 197.41º 0.87% 0.36% -
HSV(B) 197.41º 0.93% 0.68% -
XYZ 15.38 18.31 42.77 -
YUV 97.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 12 127 174 0.93 0.27 0 0.32 197.41 0.87 0.36
Hex C 7F AE 5D 1B 0 20 C5 57 24
Octal 14 177 256 135 33 0 40 305 127 44
Binary 1100 1111111 10101110 1011101 11011 0 100000 11000101 1010111 100100

Color Harmonies of #0C7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7FAE

Black with #0C7FAE

Text Example


Text Example

White with #0C7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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