Html Css Color HEX #081358 Sapphire

📋 copy color: '#081358'

red 8 ◦ green 19 ◦ blue 88

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

Shades of Sapphire #081358

Tints of Sapphire #081358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.52%

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

R = 6.96%
G = 16.52%
B = 76.52%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081358 (or 0x081358) is known color: Sapphire. HEX triplet: 08, 13 and 58. RGB value is (8,19,88). Sum of RGB (Red+Green+Blue) = 8+19+88=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #081358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081358 is #F7ECA7. Grayscale: #171717. Windows color (decimal): -16247976 or 5772040. OLE color: 5772040.

HSL color Cylindrical-coordinate representation of color #081358: hue angle of 231.75º 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 #081358 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 19 88 -
CMYK 0.91 0.78 0 0.65
HSL 231.75º 0.83% 0.19% -
HSV(B) 231.75º 0.91% 0.35% -
XYZ 2.09 1.22 9.36 -
YUV 23.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 8 19 88 0.91 0.78 0 0.65 231.75 0.83 0.19
Hex 8 13 58 5B 4E 0 41 E8 53 13
Octal 10 23 130 133 116 0 101 350 123 23
Binary 1000 10011 1011000 1011011 1001110 0 1000001 11101000 1010011 10011

Color Harmonies of #081358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081358

Black with #081358

Text Example


Text Example

White with #081358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081358; }

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

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

background-color css

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

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

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

border-color css

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

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

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