Html Css Color HEX #011ABC International Klein Blue

📋 copy color: '#011ABC'

red 1 ◦ green 26 ◦ blue 188

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

Shades of International Klein Blue #011ABC

Tints of International Klein Blue #011ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 188 (73.83% from 255) = 87.44%

R = 0.47%
G = 12.09%
B = 87.44%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#011ABC (or 0x011ABC) is known color: International Klein Blue. HEX triplet: 01, 1A and BC. RGB value is (1,26,188). Sum of RGB (Red+Green+Blue) = 1+26+188=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #011ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ABC is #FEE543. Grayscale: #242424. Windows color (decimal): -16704836 or 12327425. OLE color: 12327425.

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

Color convert

RGB 1 26 188 -
CMYK 0.99 0.86 0 0.26
HSL 231.98º 0.99% 0.37% -
HSV(B) 231.98º 0.99% 0.74% -
XYZ 9.46 4.38 47.92 -
YUV 36.99 213.22 102.33 -
System Red Green Blue C M Y K H S L
Decimal 1 26 188 0.99 0.86 0 0.26 231.98 0.99 0.37
Hex 1 1A BC 63 56 0 1A E8 63 25
Octal 1 32 274 143 126 0 32 350 143 45
Binary 1 11010 10111100 1100011 1010110 0 11010 11101000 1100011 100101

Color Harmonies of #011ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ABC

Black with #011ABC

Text Example


Text Example

White with #011ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,26,188); }

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

background-color css

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

 a { background-color: rgb(1,26,188); }

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

border-color css

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

 span { border-color: rgb(1,26,188); }

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