Html Css Color HEX #081E9F International Klein Blue

📋 copy color: '#081E9F'

red 8 ◦ green 30 ◦ blue 159

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

Shades of International Klein Blue #081E9F

Tints of International Klein Blue #081E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

 BLUE value IS 159 (62.5% from 255) = 80.71%

R = 4.06%
G = 15.23%
B = 80.71%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#081E9F (or 0x081E9F) is known color: International Klein Blue. HEX triplet: 08, 1E and 9F. RGB value is (8,30,159). Sum of RGB (Red+Green+Blue) = 8+30+159=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 159 (62.5% from 255 or 80.71% from 197); Max value from RGB is 159 - color contains mainly: blue. Hex color #081E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081E9F is #F7E160. Grayscale: #252525. Windows color (decimal): -16245089 or 10427912. OLE color: 10427912.

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

Color convert

RGB 8 30 159 -
CMYK 0.95 0.81 0 0.38
HSL 231.26º 0.9% 0.33% -
HSV(B) 231.26º 0.95% 0.62% -
XYZ 6.82 3.48 33.11 -
YUV 38.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 8 30 159 0.95 0.81 0 0.38 231.26 0.9 0.33
Hex 8 1E 9F 5F 51 0 26 E7 5A 21
Octal 10 36 237 137 121 0 46 347 132 41
Binary 1000 11110 10011111 1011111 1010001 0 100110 11100111 1011010 100001

Color Harmonies of #081E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E9F

Black with #081E9F

Text Example


Text Example

White with #081E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,30,159); }

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

background-color css

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

 a { background-color: rgb(8,30,159); }

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

border-color css

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

 span { border-color: rgb(8,30,159); }

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