#0926BA

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

Shades of International Klein Blue #0926BA

Tints of International Klein Blue #0926BA

Color information

#0926BA (or 0x0926BA) is unknown color: approx International Klein Blue. HEX triplet: 09, 26 and BA. RGB value is (9,38,186). Sum of RGB (Red+Green+Blue) = 9+38+186=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #0926BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0926BA is #F6D945. Grayscale: #2D2D2D. Windows color (decimal): -16177478 or 12199433. OLE color: 12199433.

HSL color Cylindrical-coordinate representation of color #0926BA: hue angle of 230.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0926BA is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB938186-
CMYK0.950.8000.27
HSL230.17º90.77%38.24%-
HSV(B)230.17º95.16%72.94%-
XYZ9.674.9946.91-
YUV46.2206.89101.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.86%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 186 (73.05% from 255) = 79.83%
R=3.86%
G=16.31%
B=79.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9381860.950.8000.27230.1790.7738.24
Hex926BA5F5001Be65b26
Octal114627213712003334613346
Binary10011001101011101010111111010000011011111001101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0926BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0926BA; }

 p { color: rgb(9,38,186); }

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

<style>
 a { background-color: #0926BA; }

 a { background-color: rgb(9,38,186); }

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

<style>
 span { border-color: #0926BA; }

 span { border-color: rgb(9,38,186); }

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