Html Css Color HEX #0C40AE Cobalt

📋 copy color: '#0C40AE'

red 12 ◦ green 64 ◦ blue 174

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

Shades of Cobalt #0C40AE

Tints of Cobalt #0C40AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 4.8%
G = 25.6%
B = 69.6%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C40AE (or 0x0C40AE) is known color: Cobalt. HEX triplet: 0C, 40 and AE. RGB value is (12,64,174). Sum of RGB (Red+Green+Blue) = 12+64+174=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C40AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C40AE is #F3BF51. Grayscale: #3C3C3C. Windows color (decimal): -15974226 or 11419660. OLE color: 11419660.

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

Color convert

RGB 12 64 174 -
CMYK 0.93 0.63 0 0.32
HSL 220.74º 0.87% 0.36% -
HSV(B) 220.74º 0.93% 0.68% -
XYZ 9.62 6.8 40.85 -
YUV 60.99 191.77 93.06 -
System Red Green Blue C M Y K H S L
Decimal 12 64 174 0.93 0.63 0 0.32 220.74 0.87 0.36
Hex C 40 AE 5D 3F 0 20 DD 57 24
Octal 14 100 256 135 77 0 40 335 127 44
Binary 1100 1000000 10101110 1011101 111111 0 100000 11011101 1010111 100100

Color Harmonies of #0C40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C40AE

Black with #0C40AE

Text Example


Text Example

White with #0C40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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