Html Css Color HEX #052DA2 International Klein Blue

📋 copy color: '#052DA2'

red 5 ◦ green 45 ◦ blue 162

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

Shades of International Klein Blue #052DA2

Tints of International Klein Blue #052DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

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

R = 2.36%
G = 21.23%
B = 76.42%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#052DA2 (or 0x052DA2) is known color: International Klein Blue. HEX triplet: 05, 2D and A2. RGB value is (5,45,162). Sum of RGB (Red+Green+Blue) = 5+45+162=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 162 (63.67% from 255 or 76.42% from 212); Max value from RGB is 162 - color contains mainly: blue. Hex color #052DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DA2 is #FAD25D. Grayscale: #2D2D2D. Windows color (decimal): -16437854 or 10628357. OLE color: 10628357.

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

Color convert

RGB 5 45 162 -
CMYK 0.97 0.72 0 0.36
HSL 224.71º 0.94% 0.33% -
HSV(B) 224.71º 0.97% 0.64% -
XYZ 7.52 4.52 34.66 -
YUV 46.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 5 45 162 0.97 0.72 0 0.36 224.71 0.94 0.33
Hex 5 2D A2 61 48 0 24 E1 5E 21
Octal 5 55 242 141 110 0 44 341 136 41
Binary 101 101101 10100010 1100001 1001000 0 100100 11100001 1011110 100001

Color Harmonies of #052DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DA2

Black with #052DA2

Text Example


Text Example

White with #052DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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