Html Css Color HEX #053AB5 International Klein Blue

📋 copy color: '#053AB5'

red 5 ◦ green 58 ◦ blue 181

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

Shades of International Klein Blue #053AB5

Tints of International Klein Blue #053AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 74.18%

R = 2.05%
G = 23.77%
B = 74.18%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#053AB5 (or 0x053AB5) is known color: International Klein Blue. HEX triplet: 05, 3A and B5. RGB value is (5,58,181). Sum of RGB (Red+Green+Blue) = 5+58+181=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 181 (71.09% from 255 or 74.18% from 244); Max value from RGB is 181 - color contains mainly: blue. Hex color #053AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053AB5 is #FAC54A. Grayscale: #373737. Windows color (decimal): -16434507 or 11876869. OLE color: 11876869.

HSL color Cylindrical-coordinate representation of color #053AB5: hue angle of 221.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053AB5 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 58 181 -
CMYK 0.97 0.68 0 0.29
HSL 221.93º 0.95% 0.36% -
HSV(B) 221.93º 0.97% 0.71% -
XYZ 9.92 6.39 44.43 -
YUV 56.18 198.44 91.5 -
System Red Green Blue C M Y K H S L
Decimal 5 58 181 0.97 0.68 0 0.29 221.93 0.95 0.36
Hex 5 3A B5 61 44 0 1D DE 5F 24
Octal 5 72 265 141 104 0 35 336 137 44
Binary 101 111010 10110101 1100001 1000100 0 11101 11011110 1011111 100100

Color Harmonies of #053AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AB5

Black with #053AB5

Text Example


Text Example

White with #053AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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