Html Css Color HEX #0C43AA Cobalt

📋 copy color: '#0C43AA'

red 12 ◦ green 67 ◦ blue 170

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

Shades of Cobalt #0C43AA

Tints of Cobalt #0C43AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 4.82%
G = 26.91%
B = 68.27%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C43AA (or 0x0C43AA) is known color: Cobalt. HEX triplet: 0C, 43 and AA. RGB value is (12,67,170). Sum of RGB (Red+Green+Blue) = 12+67+170=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C43AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C43AA is #F3BC55. Grayscale: #3D3D3D. Windows color (decimal): -15973462 or 11158284. OLE color: 11158284.

HSL color Cylindrical-coordinate representation of color #0C43AA: hue angle of 219.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C43AA is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 67 170 -
CMYK 0.93 0.61 0 0.33
HSL 219.11º 0.87% 0.36% -
HSV(B) 219.11º 0.93% 0.67% -
XYZ 9.41 6.99 38.88 -
YUV 62.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 12 67 170 0.93 0.61 0 0.33 219.11 0.87 0.36
Hex C 43 AA 5D 3D 0 21 DB 57 24
Octal 14 103 252 135 75 0 41 333 127 44
Binary 1100 1000011 10101010 1011101 111101 0 100001 11011011 1010111 100100

Color Harmonies of #0C43AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C43AA

Black with #0C43AA

Text Example


Text Example

White with #0C43AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,67,170); }

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

background-color css

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

 a { background-color: rgb(12,67,170); }

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

border-color css

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

 span { border-color: rgb(12,67,170); }

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