Html Css Color HEX #081AAA International Klein Blue

📋 copy color: '#081AAA'

red 8 ◦ green 26 ◦ blue 170

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

Shades of International Klein Blue #081AAA

Tints of International Klein Blue #081AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 83.33%

R = 3.92%
G = 12.75%
B = 83.33%

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

#081AAA (or 0x081AAA) is known color: International Klein Blue. HEX triplet: 08, 1A and AA. RGB value is (8,26,170). Sum of RGB (Red+Green+Blue) = 8+26+170=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #081AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081AAA is #F7E555. Grayscale: #242424. Windows color (decimal): -16246102 or 11147784. OLE color: 11147784.

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

Color convert

RGB 8 26 170 -
CMYK 0.95 0.85 0 0.33
HSL 233.33º 0.91% 0.35% -
HSV(B) 233.33º 0.95% 0.67% -
XYZ 7.73 3.69 38.34 -
YUV 37.03 203.04 107.29 -
System Red Green Blue C M Y K H S L
Decimal 8 26 170 0.95 0.85 0 0.33 233.33 0.91 0.35
Hex 8 1A AA 5F 55 0 21 E9 5B 23
Octal 10 32 252 137 125 0 41 351 133 43
Binary 1000 11010 10101010 1011111 1010101 0 100001 11101001 1011011 100011

Color Harmonies of #081AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081AAA

Black with #081AAA

Text Example


Text Example

White with #081AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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