Html Css Color HEX #0C43A4 Cobalt

📋 copy color: '#0C43A4'

red 12 ◦ green 67 ◦ blue 164

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

Shades of Cobalt #0C43A4

Tints of Cobalt #0C43A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 67.49%

R = 4.94%
G = 27.57%
B = 67.49%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C43A4 (or 0x0C43A4) is known color: Cobalt. HEX triplet: 0C, 43 and A4. RGB value is (12,67,164). Sum of RGB (Red+Green+Blue) = 12+67+164=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C43A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C43A4 is #F3BC5B. Grayscale: #3D3D3D. Windows color (decimal): -15973468 or 10765068. OLE color: 10765068.

HSL color Cylindrical-coordinate representation of color #0C43A4: hue angle of 218.29º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C43A4 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 67 164 -
CMYK 0.93 0.59 0 0.36
HSL 218.29º 0.86% 0.35% -
HSV(B) 218.29º 0.93% 0.64% -
XYZ 8.86 6.77 35.96 -
YUV 61.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 12 67 164 0.93 0.59 0 0.36 218.29 0.86 0.35
Hex C 43 A4 5D 3B 0 24 DA 56 23
Octal 14 103 244 135 73 0 44 332 126 43
Binary 1100 1000011 10100100 1011101 111011 0 100100 11011010 1010110 100011

Color Harmonies of #0C43A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C43A4

Black with #0C43A4

Text Example


Text Example

White with #0C43A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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