Html Css Color HEX #052EA0 International Klein Blue

📋 copy color: '#052EA0'

red 5 ◦ green 46 ◦ blue 160

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

Shades of International Klein Blue #052EA0

Tints of International Klein Blue #052EA0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

 BLUE value IS 160 (62.89% from 255) = 75.83%

R = 2.37%
G = 21.8%
B = 75.83%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#052EA0 (or 0x052EA0) is known color: International Klein Blue. HEX triplet: 05, 2E and A0. RGB value is (5,46,160). Sum of RGB (Red+Green+Blue) = 5+46+160=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #052EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052EA0 is #FAD15F. Grayscale: #2E2E2E. Windows color (decimal): -16437600 or 10497541. OLE color: 10497541.

HSL color Cylindrical-coordinate representation of color #052EA0: hue angle of 224.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052EA0 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 46 160 -
CMYK 0.97 0.71 0 0.37
HSL 224.13º 0.94% 0.32% -
HSV(B) 224.13º 0.97% 0.63% -
XYZ 7.38 4.52 33.74 -
YUV 46.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 5 46 160 0.97 0.71 0 0.37 224.13 0.94 0.32
Hex 5 2E A0 61 47 0 25 E0 5E 20
Octal 5 56 240 141 107 0 45 340 136 40
Binary 101 101110 10100000 1100001 1000111 0 100101 11100000 1011110 100000

Color Harmonies of #052EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EA0

Black with #052EA0

Text Example


Text Example

White with #052EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052EA0; }

 p { color: rgb(5,46,160); }

 H1.HeaderClassName
 {
   color: #052EA0;
 }
 .AnyTagClassName
 {
   color: #052EA0;
 }
</style>

background-color css

<style>
 a { background-color: #052EA0; }

 a { background-color: rgb(5,46,160); }

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

border-color css

<style>
 span { border-color: #052EA0; }

 span { border-color: rgb(5,46,160); }

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