Html Css Color HEX #001EB9 International Klein Blue

📋 copy color: '#001EB9'

red 0 ◦ green 30 ◦ blue 185

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

Shades of International Klein Blue #001EB9

Tints of International Klein Blue #001EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 86.05%

R = 0%
G = 13.95%
B = 86.05%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#001EB9 (or 0x001EB9) is known color: International Klein Blue. HEX triplet: 00, 1E and B9. RGB value is (0,30,185). Sum of RGB (Red+Green+Blue) = 0+30+185=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 185 (72.66% from 255 or 86.05% from 215); Max value from RGB is 185 - color contains mainly: blue. Hex color #001EB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EB9 is #FFE146. Grayscale: #262626. Windows color (decimal): -16769351 or 12131840. OLE color: 12131840.

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

Color convert

RGB 0 30 185 -
CMYK 1 0.84 0 0.27
HSL 230.27º 1% 0.36% -
HSV(B) 230.27º 1% 0.73% -
XYZ 9.22 4.43 46.27 -
YUV 38.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 0 30 185 1 0.84 0 0.27 230.27 1 0.36
Hex 0 1E B9 64 54 0 1B E6 64 24
Octal 0 36 271 144 124 0 33 346 144 44
Binary 0 11110 10111001 1100100 1010100 0 11011 11100110 1100100 100100

Color Harmonies of #001EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EB9

Black with #001EB9

Text Example


Text Example

White with #001EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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