Html Css Color HEX #052BAC International Klein Blue

📋 copy color: '#052BAC'

red 5 ◦ green 43 ◦ blue 172

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

Shades of International Klein Blue #052BAC

Tints of International Klein Blue #052BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.55%

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

R = 2.27%
G = 19.55%
B = 78.18%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#052BAC (or 0x052BAC) is known color: International Klein Blue. HEX triplet: 05, 2B and AC. RGB value is (5,43,172). Sum of RGB (Red+Green+Blue) = 5+43+172=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #052BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BAC is #FAD453. Grayscale: #2D2D2D. Windows color (decimal): -16438356 or 11283205. OLE color: 11283205.

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

Color convert

RGB 5 43 172 -
CMYK 0.97 0.75 0 0.33
HSL 226.35º 0.94% 0.35% -
HSV(B) 226.35º 0.97% 0.67% -
XYZ 8.37 4.74 39.5 -
YUV 46.34 198.91 98.51 -
System Red Green Blue C M Y K H S L
Decimal 5 43 172 0.97 0.75 0 0.33 226.35 0.94 0.35
Hex 5 2B AC 61 4B 0 21 E2 5E 23
Octal 5 53 254 141 113 0 41 342 136 43
Binary 101 101011 10101100 1100001 1001011 0 100001 11100010 1011110 100011

Color Harmonies of #052BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BAC

Black with #052BAC

Text Example


Text Example

White with #052BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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