Html Css Color HEX #081458 Sapphire

📋 copy color: '#081458'

red 8 ◦ green 20 ◦ blue 88

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

Shades of Sapphire #081458

Tints of Sapphire #081458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

 BLUE value IS 88 (34.77% from 255) = 75.86%

R = 6.9%
G = 17.24%
B = 75.86%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081458 (or 0x081458) is known color: Sapphire. HEX triplet: 08, 14 and 58. RGB value is (8,20,88). Sum of RGB (Red+Green+Blue) = 8+20+88=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #081458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081458 is #F7EBA7. Grayscale: #171717. Windows color (decimal): -16247720 or 5772296. OLE color: 5772296.

HSL color Cylindrical-coordinate representation of color #081458: hue angle of 231º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081458 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 20 88 -
CMYK 0.91 0.77 0 0.65
HSL 231º 0.83% 0.19% -
HSV(B) 231º 0.91% 0.35% -
XYZ 2.11 1.26 9.36 -
YUV 24.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 8 20 88 0.91 0.77 0 0.65 231 0.83 0.19
Hex 8 14 58 5B 4D 0 41 E7 53 13
Octal 10 24 130 133 115 0 101 347 123 23
Binary 1000 10100 1011000 1011011 1001101 0 1000001 11100111 1010011 10011

Color Harmonies of #081458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081458

Black with #081458

Text Example


Text Example

White with #081458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081458; }

 p { color: rgb(8,20,88); }

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

background-color css

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

 a { background-color: rgb(8,20,88); }

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

border-color css

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

 span { border-color: rgb(8,20,88); }

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