#0A1F9B

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

Shades of International Klein Blue #0A1F9B

Tints of International Klein Blue #0A1F9B

Color information

#0A1F9B (or 0x0A1F9B) is unknown color: approx International Klein Blue. HEX triplet: 0A, 1F and 9B. RGB value is (10,31,155). Sum of RGB (Red+Green+Blue) = 10+31+155=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A1F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1F9B is #F5E064. Grayscale: #262626. Windows color (decimal): -16113765 or 10166026. OLE color: 10166026.

HSL color Cylindrical-coordinate representation of color #0A1F9B: hue angle of 231.31º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1F9B is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1031155-
CMYK0.940.800.39
HSL231.31º87.88%32.35%-
HSV(B)231.31º93.55%60.78%-
XYZ6.533.4131.32-
YUV38.86193.54107.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 31 (12.5% from 255) = 15.82%
BLUE value IS 155 (60.94% from 255) = 79.08%
R=5.10%
G=15.82%
B=79.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10311550.940.800.39231.3187.8832.35
HexA1F9B5E50027e75820
Octal123723313612004734713040
Binary10101111110011011101111010100000100111111001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,31,155); }

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

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

 a { background-color: rgb(10,31,155); }

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

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

 span { border-color: rgb(10,31,155); }

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