Html Css Color HEX #0C73AE Cerulean

📋 copy color: '#0C73AE'

red 12 ◦ green 115 ◦ blue 174

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

Shades of Cerulean #0C73AE

Tints of Cerulean #0C73AE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 3.99%
G = 38.21%
B = 57.81%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C73AE (or 0x0C73AE) is known color: Cerulean. HEX triplet: 0C, 73 and AE. RGB value is (12,115,174). Sum of RGB (Red+Green+Blue) = 12+115+174=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C73AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C73AE is #F38C51. Grayscale: #5A5A5A. Windows color (decimal): -15961170 or 11432716. OLE color: 11432716.

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

Color convert

RGB 12 115 174 -
CMYK 0.93 0.34 0 0.32
HSL 201.85º 0.87% 0.36% -
HSV(B) 201.85º 0.93% 0.68% -
XYZ 13.92 15.4 42.28 -
YUV 90.93 174.88 71.7 -
System Red Green Blue C M Y K H S L
Decimal 12 115 174 0.93 0.34 0 0.32 201.85 0.87 0.36
Hex C 73 AE 5D 22 0 20 CA 57 24
Octal 14 163 256 135 42 0 40 312 127 44
Binary 1100 1110011 10101110 1011101 100010 0 100000 11001010 1010111 100100

Color Harmonies of #0C73AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C73AE

Black with #0C73AE

Text Example


Text Example

White with #0C73AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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