#052D9E

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

Shades of International Klein Blue #052D9E

Tints of International Klein Blue #052D9E

Color information

#052D9E (or 0x052D9E) is unknown color: approx International Klein Blue. HEX triplet: 05, 2D and 9E. RGB value is (5,45,158). Sum of RGB (Red+Green+Blue) = 5+45+158=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #052D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D9E is #FAD261. Grayscale: #2D2D2D. Windows color (decimal): -16437858 or 10366213. OLE color: 10366213.

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

Color convert

RGB545158-
CMYK0.970.7200.38
HSL224.31º93.87%31.96%-
HSV(B)224.31º96.84%61.96%-
XYZ7.174.3832.81-
YUV45.92191.2598.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 158 (62.11% from 255) = 75.96%
R=2.40%
G=21.63%
B=75.96%

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
Decimal5451580.970.7200.38224.3193.8731.96
Hex52D9E6148026e05e20
Octal55523614111004634013640
Binary10110110110011110110000110010000100110111000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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