#0A25AE

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

Shades of International Klein Blue #0A25AE

Tints of International Klein Blue #0A25AE

Color information

#0A25AE (or 0x0A25AE) is unknown color: approx International Klein Blue. HEX triplet: 0A, 25 and AE. RGB value is (10,37,174). Sum of RGB (Red+Green+Blue) = 10+37+174=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A25AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A25AE is #F5DA51. Grayscale: #2B2B2B. Windows color (decimal): -16112210 or 11412746. OLE color: 11412746.

HSL color Cylindrical-coordinate representation of color #0A25AE: hue angle of 230.12º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A25AE is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1037174-
CMYK0.940.7900.32
HSL230.12º89.13%36.08%-
HSV(B)230.12º94.25%68.24%-
XYZ8.434.4440.46-
YUV44.54201.05103.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 174 (68.36% from 255) = 78.73%
R=4.52%
G=16.74%
B=78.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10371740.940.7900.32230.1289.1336.08
HexA25AE5E4F020e65924
Octal124525613611704034613144
Binary101010010110101110101111010011110100000111001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A25AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A25AE; }

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

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

<style>
 a { background-color: #0A25AE; }

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

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

<style>
 span { border-color: #0A25AE; }

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

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