Html Css Color HEX #043AAA International Klein Blue

📋 copy color: '#043AAA'

red 4 ◦ green 58 ◦ blue 170

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

Shades of International Klein Blue #043AAA

Tints of International Klein Blue #043AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25%

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

R = 1.72%
G = 25%
B = 73.28%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#043AAA (or 0x043AAA) is known color: International Klein Blue. HEX triplet: 04, 3A and AA. RGB value is (4,58,170). Sum of RGB (Red+Green+Blue) = 4+58+170=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #043AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043AAA is #FBC555. Grayscale: #363636. Windows color (decimal): -16500054 or 11155972. OLE color: 11155972.

HSL color Cylindrical-coordinate representation of color #043AAA: hue angle of 220.48º 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 #043AAA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 58 170 -
CMYK 0.98 0.66 0 0.33
HSL 220.48º 0.95% 0.34% -
HSV(B) 220.48º 0.98% 0.67% -
XYZ 8.82 5.95 38.71 -
YUV 54.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 4 58 170 0.98 0.66 0 0.33 220.48 0.95 0.34
Hex 4 3A AA 62 42 0 21 DC 5F 22
Octal 4 72 252 142 102 0 41 334 137 42
Binary 100 111010 10101010 1100010 1000010 0 100001 11011100 1011111 100010

Color Harmonies of #043AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043AAA

Black with #043AAA

Text Example


Text Example

White with #043AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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