#052C9E

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

Shades of International Klein Blue #052C9E

Tints of International Klein Blue #052C9E

Color information

#052C9E (or 0x052C9E) is unknown color: approx International Klein Blue. HEX triplet: 05, 2C and 9E. RGB value is (5,44,158). Sum of RGB (Red+Green+Blue) = 5+44+158=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #052C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C9E is #FAD361. Grayscale: #2C2C2C. Windows color (decimal): -16438114 or 10365957. OLE color: 10365957.

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

Color convert

RGB544158-
CMYK0.970.7200.38
HSL224.71º93.87%31.96%-
HSV(B)224.71º96.84%61.96%-
XYZ7.134.332.8-
YUV45.34191.5899.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 158 (62.11% from 255) = 76.33%
R=2.42%
G=21.26%
B=76.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5441580.970.7200.38224.7193.8731.96
Hex52C9E6148026e15e20
Octal55423614111004634113640
Binary10110110010011110110000110010000100110111000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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