#0928BA

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

Shades of International Klein Blue #0928BA

Tints of International Klein Blue #0928BA

Color information

#0928BA (or 0x0928BA) is unknown color: approx International Klein Blue. HEX triplet: 09, 28 and BA. RGB value is (9,40,186). Sum of RGB (Red+Green+Blue) = 9+40+186=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #0928BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928BA is #F6D745. Grayscale: #2E2E2E. Windows color (decimal): -16176966 or 12199945. OLE color: 12199945.

HSL color Cylindrical-coordinate representation of color #0928BA: hue angle of 229.49º 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 #0928BA is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB940186-
CMYK0.950.7800.27
HSL229.49º90.77%38.24%-
HSV(B)229.49º95.16%72.94%-
XYZ9.735.1246.93-
YUV47.38206.23100.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 186 (73.05% from 255) = 79.15%
R=3.83%
G=17.02%
B=79.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9401860.950.7800.27229.4990.7738.24
Hex928BA5F4E01Be55b26
Octal115027213711603334513346
Binary10011010001011101010111111001110011011111001011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0928BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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