#001D98

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

Shades of International Klein Blue #001D98

Tints of International Klein Blue #001D98

Color information

#001D98 (or 0x001D98) is unknown color: approx International Klein Blue. HEX triplet: 00, 1D and 98. RGB value is (0,29,152). Sum of RGB (Red+Green+Blue) = 0+29+152=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #001D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D98 is #FFE267. Grayscale: #212121. Windows color (decimal): -16769640 or 9968896. OLE color: 9968896.

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

Color convert

RGB029152-
CMYK10.8100.40
HSL228.55º100%29.8%-
HSV(B)228.55º100%59.61%-
XYZ6.113.1529.99-
YUV34.35194.39103.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 152 (59.77% from 255) = 83.98%
R=0%
G=16.02%
B=83.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal02915210.8100.40228.5510029.8
Hex01D986451028e5641e
Octal03523014412105034514436
Binary0111011001100011001001010001010100011100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,29,152); }

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

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

 a { background-color: rgb(0,29,152); }

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

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

 span { border-color: rgb(0,29,152); }

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