Html Css Color HEX #001ABA International Klein Blue

📋 copy color: '#001ABA'

red 0 ◦ green 26 ◦ blue 186

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

Shades of International Klein Blue #001ABA

Tints of International Klein Blue #001ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 87.74%

R = 0%
G = 12.26%
B = 87.74%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#001ABA (or 0x001ABA) is known color: International Klein Blue. HEX triplet: 00, 1A and BA. RGB value is (0,26,186). Sum of RGB (Red+Green+Blue) = 0+26+186=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #001ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ABA is #FFE545. Grayscale: #232323. Windows color (decimal): -16770374 or 12196352. OLE color: 12196352.

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

Color convert

RGB 0 26 186 -
CMYK 1 0.86 0 0.27
HSL 231.61º 1% 0.36% -
HSV(B) 231.61º 1% 0.73% -
XYZ 9.23 4.28 46.79 -
YUV 36.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 0 26 186 1 0.86 0 0.27 231.61 1 0.36
Hex 0 1A BA 64 56 0 1B E8 64 24
Octal 0 32 272 144 126 0 33 350 144 44
Binary 0 11010 10111010 1100100 1010110 0 11011 11101000 1100100 100100

Color Harmonies of #001ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ABA

Black with #001ABA

Text Example


Text Example

White with #001ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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