Html Css Color HEX #001EB4 International Klein Blue

📋 copy color: '#001EB4'

red 0 ◦ green 30 ◦ blue 180

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

Shades of International Klein Blue #001EB4

Tints of International Klein Blue #001EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 85.71%

R = 0%
G = 14.29%
B = 85.71%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#001EB4 (or 0x001EB4) is known color: International Klein Blue. HEX triplet: 00, 1E and B4. RGB value is (0,30,180). Sum of RGB (Red+Green+Blue) = 0+30+180=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 180 (70.70% from 255 or 85.71% from 210); Max value from RGB is 180 - color contains mainly: blue. Hex color #001EB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EB4 is #FFE14B. Grayscale: #252525. Windows color (decimal): -16769356 or 11804160. OLE color: 11804160.

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

Color convert

RGB 0 30 180 -
CMYK 1 0.83 0 0.29
HSL 230º 1% 0.35% -
HSV(B) 230º 1% 0.71% -
XYZ 8.7 4.22 43.54 -
YUV 38.13 208.06 100.8 -
System Red Green Blue C M Y K H S L
Decimal 0 30 180 1 0.83 0 0.29 230 1 0.35
Hex 0 1E B4 64 53 0 1D E6 64 23
Octal 0 36 264 144 123 0 35 346 144 43
Binary 0 11110 10110100 1100100 1010011 0 11101 11100110 1100100 100011

Color Harmonies of #001EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EB4

Black with #001EB4

Text Example


Text Example

White with #001EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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