Html Css Color HEX #001E9F International Klein Blue

📋 copy color: '#001E9F'

red 0 ◦ green 30 ◦ blue 159

#001E9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #001E9F

Tints of International Klein Blue #001E9F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 159 (62.5% from 255) = 84.13%

R = 0%
G = 15.87%
B = 84.13%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#001E9F (or 0x001E9F) is known color: International Klein Blue. HEX triplet: 00, 1E and 9F. RGB value is (0,30,159). Sum of RGB (Red+Green+Blue) = 0+30+159=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 159 (62.5% from 255 or 84.13% from 189); Max value from RGB is 159 - color contains mainly: blue. Hex color #001E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E9F is #FFE160. Grayscale: #232323. Windows color (decimal): -16769377 or 10427904. OLE color: 10427904.

HSL color Cylindrical-coordinate representation of color #001E9F: hue angle of 228.68º 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 #001E9F is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 30 159 -
CMYK 1 0.81 0 0.38
HSL 228.68º 1% 0.31% -
HSV(B) 228.68º 1% 0.62% -
XYZ 6.72 3.43 33.11 -
YUV 35.74 197.56 102.51 -
System Red Green Blue C M Y K H S L
Decimal 0 30 159 1 0.81 0 0.38 228.68 1 0.31
Hex 0 1E 9F 64 51 0 26 E5 64 1F
Octal 0 36 237 144 121 0 46 345 144 37
Binary 0 11110 10011111 1100100 1010001 0 100110 11100101 1100100 11111

Color Harmonies of #001E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E9F

Black with #001E9F

Text Example


Text Example

White with #001E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001E9F;
 }
 .AnyTagClassName
 {
   color: #001E9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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