Html Css Color HEX #011CA1 International Klein Blue

📋 copy color: '#011CA1'

red 1 ◦ green 28 ◦ blue 161

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

Shades of International Klein Blue #011CA1

Tints of International Klein Blue #011CA1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.74%

 BLUE value IS 161 (63.28% from 255) = 84.74%

R = 0.53%
G = 14.74%
B = 84.74%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#011CA1 (or 0x011CA1) is known color: International Klein Blue. HEX triplet: 01, 1C and A1. RGB value is (1,28,161). Sum of RGB (Red+Green+Blue) = 1+28+161=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 161 (63.28% from 255 or 84.74% from 190); Max value from RGB is 161 - color contains mainly: blue. Hex color #011CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011CA1 is #FEE35E. Grayscale: #222222. Windows color (decimal): -16704351 or 10558465. OLE color: 10558465.

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

Color convert

RGB 1 28 161 -
CMYK 0.99 0.83 0 0.37
HSL 229.88º 0.99% 0.32% -
HSV(B) 229.88º 0.99% 0.63% -
XYZ 6.86 3.41 34.01 -
YUV 35.09 199.05 103.69 -
System Red Green Blue C M Y K H S L
Decimal 1 28 161 0.99 0.83 0 0.37 229.88 0.99 0.32
Hex 1 1C A1 63 53 0 25 E6 63 20
Octal 1 34 241 143 123 0 45 346 143 40
Binary 1 11100 10100001 1100011 1010011 0 100101 11100110 1100011 100000

Color Harmonies of #011CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CA1

Black with #011CA1

Text Example


Text Example

White with #011CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,28,161); }

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

background-color css

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

 a { background-color: rgb(1,28,161); }

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

border-color css

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

 span { border-color: rgb(1,28,161); }

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