#0927BA

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

Shades of International Klein Blue #0927BA

Tints of International Klein Blue #0927BA

Color information

#0927BA (or 0x0927BA) is unknown color: approx International Klein Blue. HEX triplet: 09, 27 and BA. RGB value is (9,39,186). Sum of RGB (Red+Green+Blue) = 9+39+186=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #0927BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0927BA is #F6D845. Grayscale: #2E2E2E. Windows color (decimal): -16177222 or 12199689. OLE color: 12199689.

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

Color convert

RGB939186-
CMYK0.950.7900.27
HSL229.83º90.77%38.24%-
HSV(B)229.83º95.16%72.94%-
XYZ9.75.0546.92-
YUV46.79206.56101.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 186 (73.05% from 255) = 79.49%
R=3.85%
G=16.67%
B=79.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9391860.950.7900.27229.8390.7738.24
Hex927BA5F4F01Be65b26
Octal114727213711703334613346
Binary10011001111011101010111111001111011011111001101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0927BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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