#05289C

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

Shades of International Klein Blue #05289C

Tints of International Klein Blue #05289C

Color information

#05289C (or 0x05289C) is unknown color: approx International Klein Blue. HEX triplet: 05, 28 and 9C. RGB value is (5,40,156). Sum of RGB (Red+Green+Blue) = 5+40+156=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #05289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05289C is #FAD763. Grayscale: #2A2A2A. Windows color (decimal): -16439140 or 10233861. OLE color: 10233861.

HSL color Cylindrical-coordinate representation of color #05289C: hue angle of 226.09º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05289C is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB540156-
CMYK0.970.7400.39
HSL226.09º93.79%31.57%-
HSV(B)226.09º96.79%61.18%-
XYZ6.823.9531.86-
YUV42.76191.9101.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 156 (61.33% from 255) = 77.61%
R=2.49%
G=19.90%
B=77.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5401560.970.7400.39226.0993.7931.57
Hex5289C614A027e25e20
Octal55023414111204734213640
Binary10110100010011100110000110010100100111111000101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05289C; }

 p { color: rgb(5,40,156); }

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

<style>
 a { background-color: #05289C; }

 a { background-color: rgb(5,40,156); }

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

<style>
 span { border-color: #05289C; }

 span { border-color: rgb(5,40,156); }

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