#0A25AB

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

Shades of International Klein Blue #0A25AB

Tints of International Klein Blue #0A25AB

Color information

#0A25AB (or 0x0A25AB) is unknown color: approx International Klein Blue. HEX triplet: 0A, 25 and AB. RGB value is (10,37,171). Sum of RGB (Red+Green+Blue) = 10+37+171=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A25AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A25AB is #F5DA54. Grayscale: #2B2B2B. Windows color (decimal): -16112213 or 11216138. OLE color: 11216138.

HSL color Cylindrical-coordinate representation of color #0A25AB: hue angle of 229.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A25AB is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1037171-
CMYK0.940.7800.33
HSL229.94º88.95%35.49%-
HSV(B)229.94º94.15%67.06%-
XYZ8.144.3338.93-
YUV44.2199.55103.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 171 (67.19% from 255) = 78.44%
R=4.59%
G=16.97%
B=78.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10371710.940.7800.33229.9488.9535.49
HexA25AB5E4E021e65923
Octal124525313611604134613143
Binary101010010110101011101111010011100100001111001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A25AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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