Html Css Color HEX #053BA5 International Klein Blue

📋 copy color: '#053BA5'

red 5 ◦ green 59 ◦ blue 165

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

Shades of International Klein Blue #053BA5

Tints of International Klein Blue #053BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 72.05%

R = 2.18%
G = 25.76%
B = 72.05%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#053BA5 (or 0x053BA5) is known color: International Klein Blue. HEX triplet: 05, 3B and A5. RGB value is (5,59,165). Sum of RGB (Red+Green+Blue) = 5+59+165=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #053BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053BA5 is #FAC45A. Grayscale: #363636. Windows color (decimal): -16434267 or 10828549. OLE color: 10828549.

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

Color convert

RGB 5 59 165 -
CMYK 0.97 0.64 0 0.35
HSL 219.75º 0.94% 0.33% -
HSV(B) 219.75º 0.97% 0.65% -
XYZ 8.42 5.88 36.29 -
YUV 54.94 190.11 92.38 -
System Red Green Blue C M Y K H S L
Decimal 5 59 165 0.97 0.64 0 0.35 219.75 0.94 0.33
Hex 5 3B A5 61 40 0 23 DC 5E 21
Octal 5 73 245 141 100 0 43 334 136 41
Binary 101 111011 10100101 1100001 1000000 0 100011 11011100 1011110 100001

Color Harmonies of #053BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BA5

Black with #053BA5

Text Example


Text Example

White with #053BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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