Html Css Color HEX #001EB1 International Klein Blue

📋 copy color: '#001EB1'

red 0 ◦ green 30 ◦ blue 177

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

Shades of International Klein Blue #001EB1

Tints of International Klein Blue #001EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 85.51%

R = 0%
G = 14.49%
B = 85.51%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#001EB1 (or 0x001EB1) is known color: International Klein Blue. HEX triplet: 00, 1E and B1. RGB value is (0,30,177). Sum of RGB (Red+Green+Blue) = 0+30+177=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 177 (69.53% from 255 or 85.51% from 207); Max value from RGB is 177 - color contains mainly: blue. Hex color #001EB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001EB1 is #FFE14E. Grayscale: #252525. Windows color (decimal): -16769359 or 11607552. OLE color: 11607552.

HSL color Cylindrical-coordinate representation of color #001EB1: hue angle of 229.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EB1 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 30 177 -
CMYK 1 0.83 0 0.31
HSL 229.83º 1% 0.35% -
HSV(B) 229.83º 1% 0.69% -
XYZ 8.4 4.1 41.94 -
YUV 37.79 206.56 101.05 -
System Red Green Blue C M Y K H S L
Decimal 0 30 177 1 0.83 0 0.31 229.83 1 0.35
Hex 0 1E B1 64 53 0 1F E6 64 23
Octal 0 36 261 144 123 0 37 346 144 43
Binary 0 11110 10110001 1100100 1010011 0 11111 11100110 1100100 100011

Color Harmonies of #001EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EB1

Black with #001EB1

Text Example


Text Example

White with #001EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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