Html Css Color HEX #053AAA International Klein Blue

📋 copy color: '#053AAA'

red 5 ◦ green 58 ◦ blue 170

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

Shades of International Klein Blue #053AAA

Tints of International Klein Blue #053AAA

RGB

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

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

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

R = 2.15%
G = 24.89%
B = 72.96%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#053AAA (or 0x053AAA) is known color: International Klein Blue. HEX triplet: 05, 3A and AA. RGB value is (5,58,170). Sum of RGB (Red+Green+Blue) = 5+58+170=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #053AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AAA is #FAC555. Grayscale: #363636. Windows color (decimal): -16434518 or 11155973. OLE color: 11155973.

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

Color convert

RGB 5 58 170 -
CMYK 0.97 0.66 0 0.33
HSL 220.73º 0.94% 0.34% -
HSV(B) 220.73º 0.97% 0.67% -
XYZ 8.83 5.96 38.72 -
YUV 54.92 192.94 92.39 -
System Red Green Blue C M Y K H S L
Decimal 5 58 170 0.97 0.66 0 0.33 220.73 0.94 0.34
Hex 5 3A AA 61 42 0 21 DD 5E 22
Octal 5 72 252 141 102 0 41 335 136 42
Binary 101 111010 10101010 1100001 1000010 0 100001 11011101 1011110 100010

Color Harmonies of #053AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AAA

Black with #053AAA

Text Example


Text Example

White with #053AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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