Html Css Color HEX #052BAA International Klein Blue

📋 copy color: '#052BAA'

red 5 ◦ green 43 ◦ blue 170

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

Shades of International Klein Blue #052BAA

Tints of International Klein Blue #052BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.98%

R = 2.29%
G = 19.72%
B = 77.98%

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

#052BAA (or 0x052BAA) is known color: International Klein Blue. HEX triplet: 05, 2B and AA. RGB value is (5,43,170). Sum of RGB (Red+Green+Blue) = 5+43+170=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #052BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BAA is #FAD455. Grayscale: #2D2D2D. Windows color (decimal): -16438358 or 11152133. OLE color: 11152133.

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

Color convert

RGB 5 43 170 -
CMYK 0.97 0.75 0 0.33
HSL 226.18º 0.94% 0.34% -
HSV(B) 226.18º 0.97% 0.67% -
XYZ 8.18 4.66 38.5 -
YUV 46.12 197.91 98.67 -
System Red Green Blue C M Y K H S L
Decimal 5 43 170 0.97 0.75 0 0.33 226.18 0.94 0.34
Hex 5 2B AA 61 4B 0 21 E2 5E 22
Octal 5 53 252 141 113 0 41 342 136 42
Binary 101 101011 10101010 1100001 1001011 0 100001 11100010 1011110 100010

Color Harmonies of #052BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BAA

Black with #052BAA

Text Example


Text Example

White with #052BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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