Html Css Color HEX #052EA1 International Klein Blue

📋 copy color: '#052EA1'

red 5 ◦ green 46 ◦ blue 161

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

Shades of International Klein Blue #052EA1

Tints of International Klein Blue #052EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 75.94%

R = 2.36%
G = 21.7%
B = 75.94%

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

#052EA1 (or 0x052EA1) is known color: International Klein Blue. HEX triplet: 05, 2E and A1. RGB value is (5,46,161). Sum of RGB (Red+Green+Blue) = 5+46+161=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 161 (63.28% from 255 or 75.94% from 212); Max value from RGB is 161 - color contains mainly: blue. Hex color #052EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052EA1 is #FAD15E. Grayscale: #2E2E2E. Windows color (decimal): -16437599 or 10563077. OLE color: 10563077.

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

Color convert

RGB 5 46 161 -
CMYK 0.97 0.71 0 0.37
HSL 224.23º 0.94% 0.33% -
HSV(B) 224.23º 0.97% 0.63% -
XYZ 7.47 4.56 34.2 -
YUV 46.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 5 46 161 0.97 0.71 0 0.37 224.23 0.94 0.33
Hex 5 2E A1 61 47 0 25 E0 5E 21
Octal 5 56 241 141 107 0 45 340 136 41
Binary 101 101110 10100001 1100001 1000111 0 100101 11100000 1011110 100001

Color Harmonies of #052EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EA1

Black with #052EA1

Text Example


Text Example

White with #052EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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