Html Css Color HEX #052EA2 International Klein Blue

📋 copy color: '#052EA2'

red 5 ◦ green 46 ◦ blue 162

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

Shades of International Klein Blue #052EA2

Tints of International Klein Blue #052EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 76.06%

R = 2.35%
G = 21.6%
B = 76.06%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#052EA2 (or 0x052EA2) is known color: International Klein Blue. HEX triplet: 05, 2E and A2. RGB value is (5,46,162). Sum of RGB (Red+Green+Blue) = 5+46+162=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 162 (63.67% from 255 or 76.06% from 213); Max value from RGB is 162 - color contains mainly: blue. Hex color #052EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052EA2 is #FAD15D. Grayscale: #2E2E2E. Windows color (decimal): -16437598 or 10628613. OLE color: 10628613.

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

Color convert

RGB 5 46 162 -
CMYK 0.97 0.72 0 0.36
HSL 224.33º 0.94% 0.33% -
HSV(B) 224.33º 0.97% 0.64% -
XYZ 7.56 4.59 34.67 -
YUV 46.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 5 46 162 0.97 0.72 0 0.36 224.33 0.94 0.33
Hex 5 2E A2 61 48 0 24 E0 5E 21
Octal 5 56 242 141 110 0 44 340 136 41
Binary 101 101110 10100010 1100001 1001000 0 100100 11100000 1011110 100001

Color Harmonies of #052EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EA2

Black with #052EA2

Text Example


Text Example

White with #052EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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