Html Css Color HEX #011FC1 International Klein Blue

📋 copy color: '#011FC1'

red 1 ◦ green 31 ◦ blue 193

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

Shades of International Klein Blue #011FC1

Tints of International Klein Blue #011FC1

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 31 (12.5% from 255) = 13.78%

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

R = 0.44%
G = 13.78%
B = 85.78%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#011FC1 (or 0x011FC1) is known color: International Klein Blue. HEX triplet: 01, 1F and C1. RGB value is (1,31,193). Sum of RGB (Red+Green+Blue) = 1+31+193=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 193 (75.78% from 255 or 85.78% from 225); Max value from RGB is 193 - color contains mainly: blue. Hex color #011FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FC1 is #FEE03E. Grayscale: #272727. Windows color (decimal): -16703551 or 12656385. OLE color: 12656385.

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

Color convert

RGB 1 31 193 -
CMYK 0.99 0.84 0 0.24
HSL 230.63º 0.99% 0.38% -
HSV(B) 230.63º 0.99% 0.76% -
XYZ 10.13 4.84 50.85 -
YUV 40.5 214.06 99.83 -
System Red Green Blue C M Y K H S L
Decimal 1 31 193 0.99 0.84 0 0.24 230.63 0.99 0.38
Hex 1 1F C1 63 54 0 18 E7 63 26
Octal 1 37 301 143 124 0 30 347 143 46
Binary 1 11111 11000001 1100011 1010100 0 11000 11100111 1100011 100110

Color Harmonies of #011FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FC1

Black with #011FC1

Text Example


Text Example

White with #011FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011FC1; }

 p { color: rgb(1,31,193); }

 H1.HeaderClassName
 {
   color: #011FC1;
 }
 .AnyTagClassName
 {
   color: #011FC1;
 }
</style>

background-color css

<style>
 a { background-color: #011FC1; }

 a { background-color: rgb(1,31,193); }

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

border-color css

<style>
 span { border-color: #011FC1; }

 span { border-color: rgb(1,31,193); }

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