Html Css Color HEX #0C74AE Cerulean

📋 copy color: '#0C74AE'

red 12 ◦ green 116 ◦ blue 174

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

Shades of Cerulean #0C74AE

Tints of Cerulean #0C74AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 3.97%
G = 38.41%
B = 57.62%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C74AE (or 0x0C74AE) is known color: Cerulean. HEX triplet: 0C, 74 and AE. RGB value is (12,116,174). Sum of RGB (Red+Green+Blue) = 12+116+174=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C74AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C74AE is #F38B51. Grayscale: #5B5B5B. Windows color (decimal): -15960914 or 11432972. OLE color: 11432972.

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

Color convert

RGB 12 116 174 -
CMYK 0.93 0.33 0 0.32
HSL 201.48º 0.87% 0.36% -
HSV(B) 201.48º 0.93% 0.68% -
XYZ 14.04 15.62 42.32 -
YUV 91.52 174.54 71.28 -
System Red Green Blue C M Y K H S L
Decimal 12 116 174 0.93 0.33 0 0.32 201.48 0.87 0.36
Hex C 74 AE 5D 21 0 20 C9 57 24
Octal 14 164 256 135 41 0 40 311 127 44
Binary 1100 1110100 10101110 1011101 100001 0 100000 11001001 1010111 100100

Color Harmonies of #0C74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C74AE

Black with #0C74AE

Text Example


Text Example

White with #0C74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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