Html Css Color HEX #053ABA International Klein Blue

📋 copy color: '#053ABA'

red 5 ◦ green 58 ◦ blue 186

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

Shades of International Klein Blue #053ABA

Tints of International Klein Blue #053ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.7%

R = 2.01%
G = 23.29%
B = 74.7%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#053ABA (or 0x053ABA) is known color: International Klein Blue. HEX triplet: 05, 3A and BA. RGB value is (5,58,186). Sum of RGB (Red+Green+Blue) = 5+58+186=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #053ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ABA is #FAC545. Grayscale: #383838. Windows color (decimal): -16434502 or 12204549. OLE color: 12204549.

HSL color Cylindrical-coordinate representation of color #053ABA: hue angle of 222.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053ABA is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 58 186 -
CMYK 0.97 0.69 0 0.27
HSL 222.43º 0.95% 0.37% -
HSV(B) 222.43º 0.97% 0.73% -
XYZ 10.44 6.6 47.18 -
YUV 56.75 200.94 91.09 -
System Red Green Blue C M Y K H S L
Decimal 5 58 186 0.97 0.69 0 0.27 222.43 0.95 0.37
Hex 5 3A BA 61 45 0 1B DE 5F 25
Octal 5 72 272 141 105 0 33 336 137 45
Binary 101 111010 10111010 1100001 1000101 0 11011 11011110 1011111 100101

Color Harmonies of #053ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ABA

Black with #053ABA

Text Example


Text Example

White with #053ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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