Html Css Color HEX #0C4A9A Cobalt

📋 copy color: '#0C4A9A'

red 12 ◦ green 74 ◦ blue 154

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

Shades of Cobalt #0C4A9A

Tints of Cobalt #0C4A9A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 154 (60.55% from 255) = 64.17%

R = 5%
G = 30.83%
B = 64.17%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C4A9A (or 0x0C4A9A) is known color: Cobalt. HEX triplet: 0C, 4A and 9A. RGB value is (12,74,154). Sum of RGB (Red+Green+Blue) = 12+74+154=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C4A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4A9A is #F3B565. Grayscale: #404040. Windows color (decimal): -15971686 or 10111500. OLE color: 10111500.

HSL color Cylindrical-coordinate representation of color #0C4A9A: hue angle of 213.8º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4A9A is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 74 154 -
CMYK 0.92 0.52 0 0.40
HSL 213.8º 0.86% 0.33% -
HSV(B) 213.8º 0.92% 0.6% -
XYZ 8.43 7.31 31.54 -
YUV 64.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 12 74 154 0.92 0.52 0 0.40 213.8 0.86 0.33
Hex C 4A 9A 5C 34 0 28 D6 56 21
Octal 14 112 232 134 64 0 50 326 126 41
Binary 1100 1001010 10011010 1011100 110100 0 101000 11010110 1010110 100001

Color Harmonies of #0C4A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A9A

Black with #0C4A9A

Text Example


Text Example

White with #0C4A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,74,154); }

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

background-color css

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

 a { background-color: rgb(12,74,154); }

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

border-color css

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

 span { border-color: rgb(12,74,154); }

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