Html Css Color HEX #001AB4 International Klein Blue

📋 copy color: '#001AB4'

red 0 ◦ green 26 ◦ blue 180

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

Shades of International Klein Blue #001AB4

Tints of International Klein Blue #001AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 87.38%

R = 0%
G = 12.62%
B = 87.38%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#001AB4 (or 0x001AB4) is known color: International Klein Blue. HEX triplet: 00, 1A and B4. RGB value is (0,26,180). Sum of RGB (Red+Green+Blue) = 0+26+180=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 180 (70.70% from 255 or 87.38% from 206); Max value from RGB is 180 - color contains mainly: blue. Hex color #001AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001AB4 is #FFE54B. Grayscale: #232323. Windows color (decimal): -16770380 or 11803136. OLE color: 11803136.

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

Color convert

RGB 0 26 180 -
CMYK 1 0.86 0 0.29
HSL 231.33º 1% 0.35% -
HSV(B) 231.33º 1% 0.71% -
XYZ 8.61 4.03 43.51 -
YUV 35.78 209.39 102.48 -
System Red Green Blue C M Y K H S L
Decimal 0 26 180 1 0.86 0 0.29 231.33 1 0.35
Hex 0 1A B4 64 56 0 1D E7 64 23
Octal 0 32 264 144 126 0 35 347 144 43
Binary 0 11010 10110100 1100100 1010110 0 11101 11100111 1100100 100011

Color Harmonies of #001AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AB4

Black with #001AB4

Text Example


Text Example

White with #001AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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