Html Css Color HEX #053BAC International Klein Blue

📋 copy color: '#053BAC'

red 5 ◦ green 59 ◦ blue 172

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

Shades of International Klein Blue #053BAC

Tints of International Klein Blue #053BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 72.88%

R = 2.12%
G = 25%
B = 72.88%

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

#053BAC (or 0x053BAC) is known color: International Klein Blue. HEX triplet: 05, 3B and AC. RGB value is (5,59,172). Sum of RGB (Red+Green+Blue) = 5+59+172=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #053BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053BAC is #FAC453. Grayscale: #373737. Windows color (decimal): -16434260 or 11287301. OLE color: 11287301.

HSL color Cylindrical-coordinate representation of color #053BAC: hue angle of 220.6º 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 #053BAC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 59 172 -
CMYK 0.97 0.66 0 0.33
HSL 220.6º 0.94% 0.35% -
HSV(B) 220.6º 0.97% 0.67% -
XYZ 9.07 6.14 39.74 -
YUV 55.74 193.61 91.81 -
System Red Green Blue C M Y K H S L
Decimal 5 59 172 0.97 0.66 0 0.33 220.6 0.94 0.35
Hex 5 3B AC 61 42 0 21 DD 5E 23
Octal 5 73 254 141 102 0 41 335 136 43
Binary 101 111011 10101100 1100001 1000010 0 100001 11011101 1011110 100011

Color Harmonies of #053BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BAC

Black with #053BAC

Text Example


Text Example

White with #053BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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