Html Css Color HEX #052EA3 International Klein Blue

📋 copy color: '#052EA3'

red 5 ◦ green 46 ◦ blue 163

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

Shades of International Klein Blue #052EA3

Tints of International Klein Blue #052EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 76.17%

R = 2.34%
G = 21.5%
B = 76.17%

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

#052EA3 (or 0x052EA3) is known color: International Klein Blue. HEX triplet: 05, 2E and A3. RGB value is (5,46,163). Sum of RGB (Red+Green+Blue) = 5+46+163=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 163 (64.06% from 255 or 76.17% from 214); Max value from RGB is 163 - color contains mainly: blue. Hex color #052EA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052EA3 is #FAD15C. Grayscale: #2E2E2E. Windows color (decimal): -16437597 or 10694149. OLE color: 10694149.

HSL color Cylindrical-coordinate representation of color #052EA3: hue angle of 224.43º 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 #052EA3 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 46 163 -
CMYK 0.97 0.72 0 0.36
HSL 224.43º 0.94% 0.33% -
HSV(B) 224.43º 0.97% 0.64% -
XYZ 7.65 4.63 35.14 -
YUV 47.08 193.42 97.99 -
System Red Green Blue C M Y K H S L
Decimal 5 46 163 0.97 0.72 0 0.36 224.43 0.94 0.33
Hex 5 2E A3 61 48 0 24 E0 5E 21
Octal 5 56 243 141 110 0 44 340 136 41
Binary 101 101110 10100011 1100001 1001000 0 100100 11100000 1011110 100001

Color Harmonies of #052EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EA3

Black with #052EA3

Text Example


Text Example

White with #052EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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