Html Css Color HEX #043DAA Cobalt

📋 copy color: '#043DAA'

red 4 ◦ green 61 ◦ blue 170

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

Shades of Cobalt #043DAA

Tints of Cobalt #043DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.96%

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

R = 1.7%
G = 25.96%
B = 72.34%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#043DAA (or 0x043DAA) is known color: Cobalt. HEX triplet: 04, 3D and AA. RGB value is (4,61,170). Sum of RGB (Red+Green+Blue) = 4+61+170=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #043DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043DAA is #FBC255. Grayscale: #373737. Windows color (decimal): -16499286 or 11156740. OLE color: 11156740.

HSL color Cylindrical-coordinate representation of color #043DAA: hue angle of 219.4º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DAA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 61 170 -
CMYK 0.98 0.64 0 0.33
HSL 219.4º 0.95% 0.34% -
HSV(B) 219.4º 0.98% 0.67% -
XYZ 8.97 6.27 38.77 -
YUV 56.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 4 61 170 0.98 0.64 0 0.33 219.4 0.95 0.34
Hex 4 3D AA 62 40 0 21 DB 5F 22
Octal 4 75 252 142 100 0 41 333 137 42
Binary 100 111101 10101010 1100010 1000000 0 100001 11011011 1011111 100010

Color Harmonies of #043DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043DAA

Black with #043DAA

Text Example


Text Example

White with #043DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,61,170); }

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

background-color css

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

 a { background-color: rgb(4,61,170); }

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

border-color css

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

 span { border-color: rgb(4,61,170); }

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