#052A9E

Color #052A9E International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #052A9E

Tints of International Klein Blue #052A9E

Color information

#052A9E (or 0x052A9E) is unknown color: approx International Klein Blue. HEX triplet: 05, 2A and 9E. RGB value is (5,42,158). Sum of RGB (Red+Green+Blue) = 5+42+158=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #052A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A9E is #FAD561. Grayscale: #2B2B2B. Windows color (decimal): -16438626 or 10365445. OLE color: 10365445.

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

Color convert

RGB542158-
CMYK0.970.7300.38
HSL225.49º93.87%31.96%-
HSV(B)225.49º96.84%61.96%-
XYZ7.064.1632.78-
YUV44.16192.24100.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=2.44%
G=20.49%
B=77.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5421580.970.7300.38225.4993.8731.96
Hex52A9E6149026e15e20
Octal55223614111104634113640
Binary10110101010011110110000110010010100110111000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #052A9E;
 }
 .AnyTagClassName
 {
   color: #052A9E;
 }
</style>
background-color css

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

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

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

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

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

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