Html Css Color HEX #043AAF International Klein Blue

📋 copy color: '#043AAF'

red 4 ◦ green 58 ◦ blue 175

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

Shades of International Klein Blue #043AAF

Tints of International Klein Blue #043AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.84%

R = 1.69%
G = 24.47%
B = 73.84%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#043AAF (or 0x043AAF) is known color: International Klein Blue. HEX triplet: 04, 3A and AF. RGB value is (4,58,175). Sum of RGB (Red+Green+Blue) = 4+58+175=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #043AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043AAF is #FBC550. Grayscale: #363636. Windows color (decimal): -16500049 or 11483652. OLE color: 11483652.

HSL color Cylindrical-coordinate representation of color #043AAF: hue angle of 221.05º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043AAF is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 58 175 -
CMYK 0.98 0.67 0 0.31
HSL 221.05º 0.96% 0.35% -
HSV(B) 221.05º 0.98% 0.69% -
XYZ 9.3 6.15 41.25 -
YUV 55.19 195.61 91.49 -
System Red Green Blue C M Y K H S L
Decimal 4 58 175 0.98 0.67 0 0.31 221.05 0.96 0.35
Hex 4 3A AF 62 43 0 1F DD 60 23
Octal 4 72 257 142 103 0 37 335 140 43
Binary 100 111010 10101111 1100010 1000011 0 11111 11011101 1100000 100011

Color Harmonies of #043AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043AAF

Black with #043AAF

Text Example


Text Example

White with #043AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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