#0928AE

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

Shades of International Klein Blue #0928AE

Tints of International Klein Blue #0928AE

Color information

#0928AE (or 0x0928AE) is unknown color: approx International Klein Blue. HEX triplet: 09, 28 and AE. RGB value is (9,40,174). Sum of RGB (Red+Green+Blue) = 9+40+174=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #0928AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0928AE is #F6D751. Grayscale: #2D2D2D. Windows color (decimal): -16176978 or 11413513. OLE color: 11413513.

HSL color Cylindrical-coordinate representation of color #0928AE: hue angle of 228.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0928AE is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB940174-
CMYK0.950.7700.32
HSL228.73º90.16%35.88%-
HSV(B)228.73º94.83%68.24%-
XYZ8.514.6340.49-
YUV46.01200.23101.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 174 (68.36% from 255) = 78.03%
R=4.04%
G=17.94%
B=78.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9401740.950.7700.32228.7390.1635.88
Hex928AE5F4D020e55a24
Octal115025613711504034513244
Binary100110100010101110101111110011010100000111001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0928AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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