Html Css Color HEX #052EAC International Klein Blue

📋 copy color: '#052EAC'

red 5 ◦ green 46 ◦ blue 172

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

Shades of International Klein Blue #052EAC

Tints of International Klein Blue #052EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 2.24%
G = 20.63%
B = 77.13%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#052EAC (or 0x052EAC) is known color: International Klein Blue. HEX triplet: 05, 2E and AC. RGB value is (5,46,172). Sum of RGB (Red+Green+Blue) = 5+46+172=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #052EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052EAC is #FAD153. Grayscale: #2F2F2F. Windows color (decimal): -16437588 or 11283973. OLE color: 11283973.

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

Color convert

RGB 5 46 172 -
CMYK 0.97 0.73 0 0.33
HSL 225.27º 0.94% 0.35% -
HSV(B) 225.27º 0.97% 0.67% -
XYZ 8.49 4.96 39.54 -
YUV 48.11 197.92 97.25 -
System Red Green Blue C M Y K H S L
Decimal 5 46 172 0.97 0.73 0 0.33 225.27 0.94 0.35
Hex 5 2E AC 61 49 0 21 E1 5E 23
Octal 5 56 254 141 111 0 41 341 136 43
Binary 101 101110 10101100 1100001 1001001 0 100001 11100001 1011110 100011

Color Harmonies of #052EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EAC

Black with #052EAC

Text Example


Text Example

White with #052EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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