Html Css Color HEX #001EC2 International Klein Blue

📋 copy color: '#001EC2'

red 0 ◦ green 30 ◦ blue 194

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

Shades of International Klein Blue #001EC2

Tints of International Klein Blue #001EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 86.61%

R = 0%
G = 13.39%
B = 86.61%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#001EC2 (or 0x001EC2) is known color: International Klein Blue. HEX triplet: 00, 1E and C2. RGB value is (0,30,194). Sum of RGB (Red+Green+Blue) = 0+30+194=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 194 (76.17% from 255 or 86.61% from 224); Max value from RGB is 194 - color contains mainly: blue. Hex color #001EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EC2 is #FFE13D. Grayscale: #272727. Windows color (decimal): -16769342 or 12721664. OLE color: 12721664.

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

Color convert

RGB 0 30 194 -
CMYK 1 0.85 0 0.24
HSL 230.72º 1% 0.38% -
HSV(B) 230.72º 1% 0.76% -
XYZ 10.2 4.82 51.43 -
YUV 39.73 215.06 99.66 -
System Red Green Blue C M Y K H S L
Decimal 0 30 194 1 0.85 0 0.24 230.72 1 0.38
Hex 0 1E C2 64 55 0 18 E7 64 26
Octal 0 36 302 144 125 0 30 347 144 46
Binary 0 11110 11000010 1100100 1010101 0 11000 11100111 1100100 100110

Color Harmonies of #001EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EC2

Black with #001EC2

Text Example


Text Example

White with #001EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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