#05229B

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

Shades of International Klein Blue #05229B

Tints of International Klein Blue #05229B

Color information

#05229B (or 0x05229B) is unknown color: approx International Klein Blue. HEX triplet: 05, 22 and 9B. RGB value is (5,34,155). Sum of RGB (Red+Green+Blue) = 5+34+155=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #05229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05229B is #FADD64. Grayscale: #262626. Windows color (decimal): -16440677 or 10166789. OLE color: 10166789.

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

Color convert

RGB534155-
CMYK0.970.7800.39
HSL228.4º93.75%31.37%-
HSV(B)228.4º96.77%60.78%-
XYZ6.553.5431.35-
YUV39.12193.39103.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 155 (60.94% from 255) = 79.90%
R=2.58%
G=17.53%
B=79.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5341550.970.7800.39228.493.7531.37
Hex5229B614E027e45e1f
Octal54223314111604734413637
Binary1011000101001101111000011001110010011111100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05229B; }

 p { color: rgb(5,34,155); }

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

<style>
 a { background-color: #05229B; }

 a { background-color: rgb(5,34,155); }

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

<style>
 span { border-color: #05229B; }

 span { border-color: rgb(5,34,155); }

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