Html Css Color HEX #053AA9 International Klein Blue

📋 copy color: '#053AA9'

red 5 ◦ green 58 ◦ blue 169

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

Shades of International Klein Blue #053AA9

Tints of International Klein Blue #053AA9

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

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

 BLUE value IS 169 (66.41% from 255) = 72.84%

R = 2.16%
G = 25%
B = 72.84%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#053AA9 (or 0x053AA9) is known color: International Klein Blue. HEX triplet: 05, 3A and A9. RGB value is (5,58,169). Sum of RGB (Red+Green+Blue) = 5+58+169=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 169 (66.41% from 255 or 72.84% from 232); Max value from RGB is 169 - color contains mainly: blue. Hex color #053AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AA9 is #FAC556. Grayscale: #363636. Windows color (decimal): -16434519 or 11090437. OLE color: 11090437.

HSL color Cylindrical-coordinate representation of color #053AA9: hue angle of 220.61º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AA9 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 58 169 -
CMYK 0.97 0.66 0 0.34
HSL 220.61º 0.94% 0.34% -
HSV(B) 220.61º 0.97% 0.66% -
XYZ 8.74 5.92 38.22 -
YUV 54.81 192.44 92.47 -
System Red Green Blue C M Y K H S L
Decimal 5 58 169 0.97 0.66 0 0.34 220.61 0.94 0.34
Hex 5 3A A9 61 42 0 22 DD 5E 22
Octal 5 72 251 141 102 0 42 335 136 42
Binary 101 111010 10101001 1100001 1000010 0 100010 11011101 1011110 100010

Color Harmonies of #053AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AA9

Black with #053AA9

Text Example


Text Example

White with #053AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053AA9; }

 p { color: rgb(5,58,169); }

 H1.HeaderClassName
 {
   color: #053AA9;
 }
 .AnyTagClassName
 {
   color: #053AA9;
 }
</style>

background-color css

<style>
 a { background-color: #053AA9; }

 a { background-color: rgb(5,58,169); }

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

border-color css

<style>
 span { border-color: #053AA9; }

 span { border-color: rgb(5,58,169); }

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