Html Css Color HEX #053AAF International Klein Blue

📋 copy color: '#053AAF'

red 5 ◦ green 58 ◦ blue 175

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

Shades of International Klein Blue #053AAF

Tints of International Klein Blue #053AAF

RGB

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

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

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

R = 2.1%
G = 24.37%
B = 73.53%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#053AAF (or 0x053AAF) is known color: International Klein Blue. HEX triplet: 05, 3A and AF. RGB value is (5,58,175). Sum of RGB (Red+Green+Blue) = 5+58+175=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #053AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AAF is #FAC550. Grayscale: #363636. Windows color (decimal): -16434513 or 11483653. OLE color: 11483653.

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

Color convert

RGB 5 58 175 -
CMYK 0.97 0.67 0 0.31
HSL 221.29º 0.94% 0.35% -
HSV(B) 221.29º 0.97% 0.69% -
XYZ 9.31 6.15 41.25 -
YUV 55.49 195.44 91.99 -
System Red Green Blue C M Y K H S L
Decimal 5 58 175 0.97 0.67 0 0.31 221.29 0.94 0.35
Hex 5 3A AF 61 43 0 1F DD 5E 23
Octal 5 72 257 141 103 0 37 335 136 43
Binary 101 111010 10101111 1100001 1000011 0 11111 11011101 1011110 100011

Color Harmonies of #053AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AAF

Black with #053AAF

Text Example


Text Example

White with #053AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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