Html Css Color HEX #081E68 Sapphire

📋 copy color: '#081E68'

red 8 ◦ green 30 ◦ blue 104

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

Shades of Sapphire #081E68

Tints of Sapphire #081E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 5.63%
G = 21.13%
B = 73.24%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#081E68 (or 0x081E68) is known color: Sapphire. HEX triplet: 08, 1E and 68. RGB value is (8,30,104). Sum of RGB (Red+Green+Blue) = 8+30+104=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #081E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E68 is #F7E197. Grayscale: #1F1F1F. Windows color (decimal): -16245144 or 6823432. OLE color: 6823432.

HSL color Cylindrical-coordinate representation of color #081E68: hue angle of 226.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081E68 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 30 104 -
CMYK 0.92 0.71 0 0.59
HSL 226.25º 0.86% 0.22% -
HSV(B) 226.25º 0.92% 0.41% -
XYZ 3.06 1.98 13.32 -
YUV 31.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 8 30 104 0.92 0.71 0 0.59 226.25 0.86 0.22
Hex 8 1E 68 5C 47 0 3B E2 56 16
Octal 10 36 150 134 107 0 73 342 126 26
Binary 1000 11110 1101000 1011100 1000111 0 111011 11100010 1010110 10110

Color Harmonies of #081E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E68

Black with #081E68

Text Example


Text Example

White with #081E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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