Html Css Color HEX #0C4BAE Cobalt

📋 copy color: '#0C4BAE'

red 12 ◦ green 75 ◦ blue 174

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

Shades of Cobalt #0C4BAE

Tints of Cobalt #0C4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

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

R = 4.6%
G = 28.74%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C4BAE (or 0x0C4BAE) is known color: Cobalt. HEX triplet: 0C, 4B and AE. RGB value is (12,75,174). Sum of RGB (Red+Green+Blue) = 12+75+174=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C4BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4BAE is #F3B451. Grayscale: #424242. Windows color (decimal): -15971410 or 11422476. OLE color: 11422476.

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

Color convert

RGB 12 75 174 -
CMYK 0.93 0.57 0 0.32
HSL 216.67º 0.87% 0.36% -
HSV(B) 216.67º 0.93% 0.68% -
XYZ 10.31 8.17 41.08 -
YUV 67.45 188.13 88.45 -
System Red Green Blue C M Y K H S L
Decimal 12 75 174 0.93 0.57 0 0.32 216.67 0.87 0.36
Hex C 4B AE 5D 39 0 20 D9 57 24
Octal 14 113 256 135 71 0 40 331 127 44
Binary 1100 1001011 10101110 1011101 111001 0 100000 11011001 1010111 100100

Color Harmonies of #0C4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4BAE

Black with #0C4BAE

Text Example


Text Example

White with #0C4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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