Html Css Color HEX #001ABC International Klein Blue

📋 copy color: '#001ABC'

red 0 ◦ green 26 ◦ blue 188

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

Shades of International Klein Blue #001ABC

Tints of International Klein Blue #001ABC

RGB

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

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

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

R = 0%
G = 12.15%
B = 87.85%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#001ABC (or 0x001ABC) is known color: International Klein Blue. HEX triplet: 00, 1A and BC. RGB value is (0,26,188). Sum of RGB (Red+Green+Blue) = 0+26+188=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #001ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ABC is #FFE543. Grayscale: #242424. Windows color (decimal): -16770372 or 12327424. OLE color: 12327424.

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

Color convert

RGB 0 26 188 -
CMYK 1 0.86 0 0.26
HSL 231.7º 1% 0.37% -
HSV(B) 231.7º 1% 0.74% -
XYZ 9.45 4.37 47.92 -
YUV 36.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 0 26 188 1 0.86 0 0.26 231.7 1 0.37
Hex 0 1A BC 64 56 0 1A E8 64 25
Octal 0 32 274 144 126 0 32 350 144 45
Binary 0 11010 10111100 1100100 1010110 0 11010 11101000 1100100 100101

Color Harmonies of #001ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ABC

Black with #001ABC

Text Example


Text Example

White with #001ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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