Html Css Color HEX #052FA2 International Klein Blue

📋 copy color: '#052FA2'

red 5 ◦ green 47 ◦ blue 162

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

Shades of International Klein Blue #052FA2

Tints of International Klein Blue #052FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 75.7%

R = 2.34%
G = 21.96%
B = 75.7%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#052FA2 (or 0x052FA2) is known color: International Klein Blue. HEX triplet: 05, 2F and A2. RGB value is (5,47,162). Sum of RGB (Red+Green+Blue) = 5+47+162=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #052FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052FA2 is #FAD05D. Grayscale: #2F2F2F. Windows color (decimal): -16437342 or 10628869. OLE color: 10628869.

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

Color convert

RGB 5 47 162 -
CMYK 0.97 0.71 0 0.36
HSL 223.95º 0.94% 0.33% -
HSV(B) 223.95º 0.97% 0.64% -
XYZ 7.6 4.67 34.68 -
YUV 47.55 192.59 97.65 -
System Red Green Blue C M Y K H S L
Decimal 5 47 162 0.97 0.71 0 0.36 223.95 0.94 0.33
Hex 5 2F A2 61 47 0 24 E0 5E 21
Octal 5 57 242 141 107 0 44 340 136 41
Binary 101 101111 10100010 1100001 1000111 0 100100 11100000 1011110 100001

Color Harmonies of #052FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FA2

Black with #052FA2

Text Example


Text Example

White with #052FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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