#09259B

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

Shades of International Klein Blue #09259B

Tints of International Klein Blue #09259B

Color information

#09259B (or 0x09259B) is unknown color: approx International Klein Blue. HEX triplet: 09, 25 and 9B. RGB value is (9,37,155). Sum of RGB (Red+Green+Blue) = 9+37+155=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #09259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09259B is #F6DA64. Grayscale: #292929. Windows color (decimal): -16177765 or 10167561. OLE color: 10167561.

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

Color convert

RGB937155-
CMYK0.940.7600.39
HSL228.49º89.02%32.16%-
HSV(B)228.49º94.19%60.78%-
XYZ6.693.7531.38-
YUV42.08191.72104.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 155 (60.94% from 255) = 77.11%
R=4.48%
G=18.41%
B=77.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9371550.940.7600.39228.4989.0232.16
Hex9259B5E4C027e45920
Octal114523313611404734413140
Binary100110010110011011101111010011000100111111001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,37,155); }

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

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

 a { background-color: rgb(9,37,155); }

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

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

 span { border-color: rgb(9,37,155); }

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