Html Css Color HEX #052CAA International Klein Blue

📋 copy color: '#052CAA'

red 5 ◦ green 44 ◦ blue 170

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

Shades of International Klein Blue #052CAA

Tints of International Klein Blue #052CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

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

R = 2.28%
G = 20.09%
B = 77.63%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#052CAA (or 0x052CAA) is known color: International Klein Blue. HEX triplet: 05, 2C and AA. RGB value is (5,44,170). Sum of RGB (Red+Green+Blue) = 5+44+170=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #052CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052CAA is #FAD355. Grayscale: #2E2E2E. Windows color (decimal): -16438102 or 11152389. OLE color: 11152389.

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

Color convert

RGB 5 44 170 -
CMYK 0.97 0.74 0 0.33
HSL 225.82º 0.94% 0.34% -
HSV(B) 225.82º 0.97% 0.67% -
XYZ 8.22 4.74 38.51 -
YUV 46.7 197.58 98.25 -
System Red Green Blue C M Y K H S L
Decimal 5 44 170 0.97 0.74 0 0.33 225.82 0.94 0.34
Hex 5 2C AA 61 4A 0 21 E2 5E 22
Octal 5 54 252 141 112 0 41 342 136 42
Binary 101 101100 10101010 1100001 1001010 0 100001 11100010 1011110 100010

Color Harmonies of #052CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CAA

Black with #052CAA

Text Example


Text Example

White with #052CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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