Html Css Color HEX #081AA0 International Klein Blue

📋 copy color: '#081AA0'

red 8 ◦ green 26 ◦ blue 160

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

Shades of International Klein Blue #081AA0

Tints of International Klein Blue #081AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 82.47%

R = 4.12%
G = 13.4%
B = 82.47%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#081AA0 (or 0x081AA0) is known color: International Klein Blue. HEX triplet: 08, 1A and A0. RGB value is (8,26,160). Sum of RGB (Red+Green+Blue) = 8+26+160=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #081AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081AA0 is #F7E55F. Grayscale: #232323. Windows color (decimal): -16246112 or 10492424. OLE color: 10492424.

HSL color Cylindrical-coordinate representation of color #081AA0: hue angle of 232.89º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081AA0 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 26 160 -
CMYK 0.95 0.84 0 0.37
HSL 232.89º 0.9% 0.33% -
HSV(B) 232.89º 0.95% 0.63% -
XYZ 6.81 3.33 33.54 -
YUV 35.89 198.04 108.1 -
System Red Green Blue C M Y K H S L
Decimal 8 26 160 0.95 0.84 0 0.37 232.89 0.9 0.33
Hex 8 1A A0 5F 54 0 25 E9 5A 21
Octal 10 32 240 137 124 0 45 351 132 41
Binary 1000 11010 10100000 1011111 1010100 0 100101 11101001 1011010 100001

Color Harmonies of #081AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081AA0

Black with #081AA0

Text Example


Text Example

White with #081AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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