#0925AE

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

Shades of International Klein Blue #0925AE

Tints of International Klein Blue #0925AE

Color information

#0925AE (or 0x0925AE) is unknown color: approx International Klein Blue. HEX triplet: 09, 25 and AE. RGB value is (9,37,174). Sum of RGB (Red+Green+Blue) = 9+37+174=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 174 (68.36% from 255 or 79.09% from 220); Max value from RGB is 174 - color contains mainly: blue. Hex color #0925AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0925AE is #F6DA51. Grayscale: #2B2B2B. Windows color (decimal): -16177746 or 11412745. OLE color: 11412745.

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

Color convert

RGB937174-
CMYK0.950.7900.32
HSL229.82º90.16%35.88%-
HSV(B)229.82º94.83%68.24%-
XYZ8.414.4440.46-
YUV44.25201.22102.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 174 (68.36% from 255) = 79.09%
R=4.09%
G=16.82%
B=79.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9371740.950.7900.32229.8290.1635.88
Hex925AE5F4F020e65a24
Octal114525613711704034613244
Binary100110010110101110101111110011110100000111001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0925AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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