Html Css Color HEX #053ABB International Klein Blue

📋 copy color: '#053ABB'

red 5 ◦ green 58 ◦ blue 187

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

Shades of International Klein Blue #053ABB

Tints of International Klein Blue #053ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.8%

R = 2%
G = 23.2%
B = 74.8%

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

#053ABB (or 0x053ABB) is known color: International Klein Blue. HEX triplet: 05, 3A and BB. RGB value is (5,58,187). Sum of RGB (Red+Green+Blue) = 5+58+187=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #053ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ABB is #FAC544. Grayscale: #383838. Windows color (decimal): -16434501 or 12270085. OLE color: 12270085.

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

Color convert

RGB 5 58 187 -
CMYK 0.97 0.69 0 0.27
HSL 222.53º 0.95% 0.38% -
HSV(B) 222.53º 0.97% 0.73% -
XYZ 10.55 6.65 47.74 -
YUV 56.86 201.44 91.01 -
System Red Green Blue C M Y K H S L
Decimal 5 58 187 0.97 0.69 0 0.27 222.53 0.95 0.38
Hex 5 3A BB 61 45 0 1B DF 5F 26
Octal 5 72 273 141 105 0 33 337 137 46
Binary 101 111010 10111011 1100001 1000101 0 11011 11011111 1011111 100110

Color Harmonies of #053ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ABB

Black with #053ABB

Text Example


Text Example

White with #053ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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