Html Css Color HEX #053BAB International Klein Blue

📋 copy color: '#053BAB'

red 5 ◦ green 59 ◦ blue 171

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

Shades of International Klein Blue #053BAB

Tints of International Klein Blue #053BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.11%

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 2.13%
G = 25.11%
B = 72.77%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#053BAB (or 0x053BAB) is known color: International Klein Blue. HEX triplet: 05, 3B and AB. RGB value is (5,59,171). Sum of RGB (Red+Green+Blue) = 5+59+171=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #053BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053BAB is #FAC454. Grayscale: #373737. Windows color (decimal): -16434261 or 11221765. OLE color: 11221765.

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

Color convert

RGB 5 59 171 -
CMYK 0.97 0.65 0 0.33
HSL 220.48º 0.94% 0.35% -
HSV(B) 220.48º 0.97% 0.67% -
XYZ 8.98 6.1 39.23 -
YUV 55.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 5 59 171 0.97 0.65 0 0.33 220.48 0.94 0.35
Hex 5 3B AB 61 41 0 21 DC 5E 23
Octal 5 73 253 141 101 0 41 334 136 43
Binary 101 111011 10101011 1100001 1000001 0 100001 11011100 1011110 100011

Color Harmonies of #053BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BAB

Black with #053BAB

Text Example


Text Example

White with #053BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,59,171); }

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

background-color css

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

 a { background-color: rgb(5,59,171); }

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

border-color css

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

 span { border-color: rgb(5,59,171); }

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