Html Css Color HEX #052AAD International Klein Blue

📋 copy color: '#052AAD'

red 5 ◦ green 42 ◦ blue 173

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

Shades of International Klein Blue #052AAD

Tints of International Klein Blue #052AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

 BLUE value IS 173 (67.97% from 255) = 78.64%

R = 2.27%
G = 19.09%
B = 78.64%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#052AAD (or 0x052AAD) is known color: International Klein Blue. HEX triplet: 05, 2A and AD. RGB value is (5,42,173). Sum of RGB (Red+Green+Blue) = 5+42+173=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #052AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052AAD is #FAD552. Grayscale: #2D2D2D. Windows color (decimal): -16438611 or 11348485. OLE color: 11348485.

HSL color Cylindrical-coordinate representation of color #052AAD: hue angle of 226.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052AAD is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 42 173 -
CMYK 0.97 0.76 0 0.32
HSL 226.79º 0.94% 0.35% -
HSV(B) 226.79º 0.97% 0.68% -
XYZ 8.43 4.71 40 -
YUV 45.87 199.74 98.85 -
System Red Green Blue C M Y K H S L
Decimal 5 42 173 0.97 0.76 0 0.32 226.79 0.94 0.35
Hex 5 2A AD 61 4C 0 20 E3 5E 23
Octal 5 52 255 141 114 0 40 343 136 43
Binary 101 101010 10101101 1100001 1001100 0 100000 11100011 1011110 100011

Color Harmonies of #052AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AAD

Black with #052AAD

Text Example


Text Example

White with #052AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,173); }

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

background-color css

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

 a { background-color: rgb(5,42,173); }

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

border-color css

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

 span { border-color: rgb(5,42,173); }

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