Html Css Color HEX #081AAC International Klein Blue

📋 copy color: '#081AAC'

red 8 ◦ green 26 ◦ blue 172

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

Shades of International Klein Blue #081AAC

Tints of International Klein Blue #081AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 83.5%

R = 3.88%
G = 12.62%
B = 83.5%

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

#081AAC (or 0x081AAC) is known color: International Klein Blue. HEX triplet: 08, 1A and AC. RGB value is (8,26,172). Sum of RGB (Red+Green+Blue) = 8+26+172=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #081AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081AAC is #F7E553. Grayscale: #242424. Windows color (decimal): -16246100 or 11278856. OLE color: 11278856.

HSL color Cylindrical-coordinate representation of color #081AAC: hue angle of 233.41º 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 #081AAC is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 26 172 -
CMYK 0.95 0.85 0 0.33
HSL 233.41º 0.91% 0.35% -
HSV(B) 233.41º 0.95% 0.67% -
XYZ 7.92 3.77 39.34 -
YUV 37.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 8 26 172 0.95 0.85 0 0.33 233.41 0.91 0.35
Hex 8 1A AC 5F 55 0 21 E9 5B 23
Octal 10 32 254 137 125 0 41 351 133 43
Binary 1000 11010 10101100 1011111 1010101 0 100001 11101001 1011011 100011

Color Harmonies of #081AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081AAC

Black with #081AAC

Text Example


Text Example

White with #081AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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