Html Css Color HEX #053BAE International Klein Blue

📋 copy color: '#053BAE'

red 5 ◦ green 59 ◦ blue 174

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

Shades of International Klein Blue #053BAE

Tints of International Klein Blue #053BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.11%

R = 2.1%
G = 24.79%
B = 73.11%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#053BAE (or 0x053BAE) is known color: International Klein Blue. HEX triplet: 05, 3B and AE. RGB value is (5,59,174). Sum of RGB (Red+Green+Blue) = 5+59+174=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #053BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053BAE is #FAC451. Grayscale: #373737. Windows color (decimal): -16434258 or 11418373. OLE color: 11418373.

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

Color convert

RGB 5 59 174 -
CMYK 0.97 0.66 0 0.32
HSL 220.83º 0.94% 0.35% -
HSV(B) 220.83º 0.97% 0.68% -
XYZ 9.27 6.22 40.76 -
YUV 55.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 5 59 174 0.97 0.66 0 0.32 220.83 0.94 0.35
Hex 5 3B AE 61 42 0 20 DD 5E 23
Octal 5 73 256 141 102 0 40 335 136 43
Binary 101 111011 10101110 1100001 1000010 0 100000 11011101 1011110 100011

Color Harmonies of #053BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BAE

Black with #053BAE

Text Example


Text Example

White with #053BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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