#001FBD

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

Shades of International Klein Blue #001FBD

Tints of International Klein Blue #001FBD

Color information

#001FBD (or 0x001FBD) is unknown color: approx International Klein Blue. HEX triplet: 00, 1F and BD. RGB value is (0,31,189). Sum of RGB (Red+Green+Blue) = 0+31+189=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #001FBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FBD is #FFE042. Grayscale: #272727. Windows color (decimal): -16769091 or 12394240. OLE color: 12394240.

HSL color Cylindrical-coordinate representation of color #001FBD: hue angle of 230.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FBD is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB031189-
CMYK10.8400.26
HSL230.16º100%37.06%-
HSV(B)230.16º100%74.12%-
XYZ9.684.6548.53-
YUV39.74212.2399.65-

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) = 14.09%
BLUE value IS 189 (74.22% from 255) = 85.91%
R=0%
G=14.09%
B=85.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal03118910.8400.26230.1610037.06
Hex01FBD645401Ae66425
Octal03727514412403234614445
Binary0111111011110111001001010100011010111001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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