#001F9F

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

Shades of International Klein Blue #001F9F

Tints of International Klein Blue #001F9F

Color information

#001F9F (or 0x001F9F) is unknown color: approx International Klein Blue. HEX triplet: 00, 1F and 9F. RGB value is (0,31,159). Sum of RGB (Red+Green+Blue) = 0+31+159=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #001F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F9F is #FFE060. Grayscale: #232323. Windows color (decimal): -16769121 or 10428160. OLE color: 10428160.

HSL color Cylindrical-coordinate representation of color #001F9F: hue angle of 228.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F9F is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB031159-
CMYK10.8100.38
HSL228.3º100%31.18%-
HSV(B)228.3º100%62.35%-
XYZ6.753.4833.12-
YUV36.32197.23102.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 159 (62.5% from 255) = 83.68%
R=0%
G=16.32%
B=83.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal03115910.8100.38228.310031.18
Hex01F9F6451026e4641f
Octal03723714412104634414437
Binary0111111001111111001001010001010011011100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001F9F; }

 p { color: rgb(0,31,159); }

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

<style>
 a { background-color: #001F9F; }

 a { background-color: rgb(0,31,159); }

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

<style>
 span { border-color: #001F9F; }

 span { border-color: rgb(0,31,159); }

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