Html Css Color HEX #052FAA International Klein Blue

📋 copy color: '#052FAA'

red 5 ◦ green 47 ◦ blue 170

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

Shades of International Klein Blue #052FAA

Tints of International Klein Blue #052FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.17%

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

R = 2.25%
G = 21.17%
B = 76.58%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#052FAA (or 0x052FAA) is known color: International Klein Blue. HEX triplet: 05, 2F and AA. RGB value is (5,47,170). Sum of RGB (Red+Green+Blue) = 5+47+170=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #052FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052FAA is #FAD055. Grayscale: #2F2F2F. Windows color (decimal): -16437334 or 11153157. OLE color: 11153157.

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

Color convert

RGB 5 47 170 -
CMYK 0.97 0.72 0 0.33
HSL 224.73º 0.94% 0.34% -
HSV(B) 224.73º 0.97% 0.67% -
XYZ 8.33 4.97 38.55 -
YUV 48.46 196.59 97 -
System Red Green Blue C M Y K H S L
Decimal 5 47 170 0.97 0.72 0 0.33 224.73 0.94 0.34
Hex 5 2F AA 61 48 0 21 E1 5E 22
Octal 5 57 252 141 110 0 41 341 136 42
Binary 101 101111 10101010 1100001 1001000 0 100001 11100001 1011110 100010

Color Harmonies of #052FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FAA

Black with #052FAA

Text Example


Text Example

White with #052FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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