Html Css Color HEX #001EC1 International Klein Blue

📋 copy color: '#001EC1'

red 0 ◦ green 30 ◦ blue 193

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

Shades of International Klein Blue #001EC1

Tints of International Klein Blue #001EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 86.55%

R = 0%
G = 13.45%
B = 86.55%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#001EC1 (or 0x001EC1) is known color: International Klein Blue. HEX triplet: 00, 1E and C1. RGB value is (0,30,193). Sum of RGB (Red+Green+Blue) = 0+30+193=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 193 (75.78% from 255 or 86.55% from 223); Max value from RGB is 193 - color contains mainly: blue. Hex color #001EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EC1 is #FFE13E. Grayscale: #262626. Windows color (decimal): -16769343 or 12656128. OLE color: 12656128.

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

Color convert

RGB 0 30 193 -
CMYK 1 0.84 0 0.24
HSL 230.67º 1% 0.38% -
HSV(B) 230.67º 1% 0.76% -
XYZ 10.09 4.78 50.84 -
YUV 39.61 214.56 99.75 -
System Red Green Blue C M Y K H S L
Decimal 0 30 193 1 0.84 0 0.24 230.67 1 0.38
Hex 0 1E C1 64 54 0 18 E7 64 26
Octal 0 36 301 144 124 0 30 347 144 46
Binary 0 11110 11000001 1100100 1010100 0 11000 11100111 1100100 100110

Color Harmonies of #001EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EC1

Black with #001EC1

Text Example


Text Example

White with #001EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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