Html Css Color HEX #043FA0 Cobalt

📋 copy color: '#043FA0'

red 4 ◦ green 63 ◦ blue 160

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

Shades of Cobalt #043FA0

Tints of Cobalt #043FA0

RGB

 RED value IS 4 (1.95% from 255) = 1.76%

 GREEN value IS 63 (25% from 255) = 27.75%

 BLUE value IS 160 (62.89% from 255) = 70.48%

R = 1.76%
G = 27.75%
B = 70.48%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#043FA0 (or 0x043FA0) is known color: Cobalt. HEX triplet: 04, 3F and A0. RGB value is (4,63,160). Sum of RGB (Red+Green+Blue) = 4+63+160=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #043FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043FA0 is #FBC05F. Grayscale: #373737. Windows color (decimal): -16498784 or 10501892. OLE color: 10501892.

HSL color Cylindrical-coordinate representation of color #043FA0: hue angle of 217.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FA0 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 63 160 -
CMYK 0.98 0.61 0 0.37
HSL 217.31º 0.95% 0.32% -
HSV(B) 217.31º 0.98% 0.63% -
XYZ 8.17 6.12 34.01 -
YUV 56.42 186.45 90.61 -
System Red Green Blue C M Y K H S L
Decimal 4 63 160 0.98 0.61 0 0.37 217.31 0.95 0.32
Hex 4 3F A0 62 3D 0 25 D9 5F 20
Octal 4 77 240 142 75 0 45 331 137 40
Binary 100 111111 10100000 1100010 111101 0 100101 11011001 1011111 100000

Color Harmonies of #043FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FA0

Black with #043FA0

Text Example


Text Example

White with #043FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043FA0; }

 p { color: rgb(4,63,160); }

 H1.HeaderClassName
 {
   color: #043FA0;
 }
 .AnyTagClassName
 {
   color: #043FA0;
 }
</style>

background-color css

<style>
 a { background-color: #043FA0; }

 a { background-color: rgb(4,63,160); }

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

border-color css

<style>
 span { border-color: #043FA0; }

 span { border-color: rgb(4,63,160); }

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