#0925a5

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

Shades of International Klein Blue #0925A5

Tints of International Klein Blue #0925A5

Color information

#0925A5 (or 0x0925A5) is unknown color: approx International Klein Blue. HEX triplet: 09, 25 and A5. RGB value is (9,37,165). Sum of RGB (Red+Green+Blue) = 9+37+165=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #0925A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0925A5 is #F6DA5A. Grayscale: #2A2A2A. Windows color (decimal): -16177755 or 10822921. OLE color: 10822921.

HSL color Cylindrical-coordinate representation of color #0925A5: hue angle of 229.23º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0925A5 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB937165-
CMYK0.950.7800.35
HSL229.23º89.66%34.12%-
HSV(B)229.23º94.55%64.71%-
XYZ7.574.135.99-
YUV43.22196.72103.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 165 (64.84% from 255) = 78.20%
R=4.27%
G=17.54%
B=78.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9371650.950.7800.35229.2389.6634.12
Hex925A55F4E023e55a22
Octal114524513711604334513242
Binary100110010110100101101111110011100100011111001011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0925a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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