Html Css Color HEX #011FAD International Klein Blue

📋 copy color: '#011FAD'

red 1 ◦ green 31 ◦ blue 173

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

Shades of International Klein Blue #011FAD

Tints of International Klein Blue #011FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 84.39%

R = 0.49%
G = 15.12%
B = 84.39%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#011FAD (or 0x011FAD) is known color: International Klein Blue. HEX triplet: 01, 1F and AD. RGB value is (1,31,173). Sum of RGB (Red+Green+Blue) = 1+31+173=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 173 (67.97% from 255 or 84.39% from 205); Max value from RGB is 173 - color contains mainly: blue. Hex color #011FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011FAD is #FEE052. Grayscale: #252525. Windows color (decimal): -16703571 or 11345665. OLE color: 11345665.

HSL color Cylindrical-coordinate representation of color #011FAD: hue angle of 229.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011FAD is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 31 173 -
CMYK 0.99 0.82 0 0.32
HSL 229.53º 0.99% 0.34% -
HSV(B) 229.53º 0.99% 0.68% -
XYZ 8.05 4 39.88 -
YUV 38.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 1 31 173 0.99 0.82 0 0.32 229.53 0.99 0.34
Hex 1 1F AD 63 52 0 20 E6 63 22
Octal 1 37 255 143 122 0 40 346 143 42
Binary 1 11111 10101101 1100011 1010010 0 100000 11100110 1100011 100010

Color Harmonies of #011FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FAD

Black with #011FAD

Text Example


Text Example

White with #011FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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