Html Css Color HEX #081AAB International Klein Blue

📋 copy color: '#081AAB'

red 8 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #081AAB

Tints of International Klein Blue #081AAB

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

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

 BLUE value IS 171 (67.19% from 255) = 83.41%

R = 3.9%
G = 12.68%
B = 83.41%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#081AAB (or 0x081AAB) is known color: International Klein Blue. HEX triplet: 08, 1A and AB. RGB value is (8,26,171). Sum of RGB (Red+Green+Blue) = 8+26+171=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #081AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081AAB is #F7E554. Grayscale: #242424. Windows color (decimal): -16246101 or 11213320. OLE color: 11213320.

HSL color Cylindrical-coordinate representation of color #081AAB: hue angle of 233.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081AAB is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 26 171 -
CMYK 0.95 0.85 0 0.33
HSL 233.37º 0.91% 0.35% -
HSV(B) 233.37º 0.95% 0.67% -
XYZ 7.82 3.73 38.84 -
YUV 37.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 8 26 171 0.95 0.85 0 0.33 233.37 0.91 0.35
Hex 8 1A AB 5F 55 0 21 E9 5B 23
Octal 10 32 253 137 125 0 41 351 133 43
Binary 1000 11010 10101011 1011111 1010101 0 100001 11101001 1011011 100011

Color Harmonies of #081AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081AAB

Black with #081AAB

Text Example


Text Example

White with #081AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081AAB; }

 p { color: rgb(8,26,171); }

 H1.HeaderClassName
 {
   color: #081AAB;
 }
 .AnyTagClassName
 {
   color: #081AAB;
 }
</style>

background-color css

<style>
 a { background-color: #081AAB; }

 a { background-color: rgb(8,26,171); }

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

border-color css

<style>
 span { border-color: #081AAB; }

 span { border-color: rgb(8,26,171); }

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