Html Css Color HEX #052BA1 International Klein Blue

📋 copy color: '#052BA1'

red 5 ◦ green 43 ◦ blue 161

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

Shades of International Klein Blue #052BA1

Tints of International Klein Blue #052BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.57%

 BLUE value IS 161 (63.28% from 255) = 77.03%

R = 2.39%
G = 20.57%
B = 77.03%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#052BA1 (or 0x052BA1) is known color: International Klein Blue. HEX triplet: 05, 2B and A1. RGB value is (5,43,161). Sum of RGB (Red+Green+Blue) = 5+43+161=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 161 (63.28% from 255 or 77.03% from 209); Max value from RGB is 161 - color contains mainly: blue. Hex color #052BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052BA1 is #FAD45E. Grayscale: #2C2C2C. Windows color (decimal): -16438367 or 10562309. OLE color: 10562309.

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

Color convert

RGB 5 43 161 -
CMYK 0.97 0.73 0 0.37
HSL 225.38º 0.94% 0.33% -
HSV(B) 225.38º 0.97% 0.63% -
XYZ 7.36 4.33 34.17 -
YUV 45.09 193.41 99.41 -
System Red Green Blue C M Y K H S L
Decimal 5 43 161 0.97 0.73 0 0.37 225.38 0.94 0.33
Hex 5 2B A1 61 49 0 25 E1 5E 21
Octal 5 53 241 141 111 0 45 341 136 41
Binary 101 101011 10100001 1100001 1001001 0 100101 11100001 1011110 100001

Color Harmonies of #052BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BA1

Black with #052BA1

Text Example


Text Example

White with #052BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,43,161); }

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

background-color css

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

 a { background-color: rgb(5,43,161); }

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

border-color css

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

 span { border-color: rgb(5,43,161); }

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