Html Css Color HEX #081357 Sapphire

📋 copy color: '#081357'

red 8 ◦ green 19 ◦ blue 87

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

Shades of Sapphire #081357

Tints of Sapphire #081357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 76.32%

R = 7.02%
G = 16.67%
B = 76.32%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081357 (or 0x081357) is known color: Sapphire. HEX triplet: 08, 13 and 57. RGB value is (8,19,87). Sum of RGB (Red+Green+Blue) = 8+19+87=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #081357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081357 is #F7ECA8. Grayscale: #171717. Windows color (decimal): -16247977 or 5706504. OLE color: 5706504.

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

Color convert

RGB 8 19 87 -
CMYK 0.91 0.78 0 0.66
HSL 231.65º 0.83% 0.19% -
HSV(B) 231.65º 0.91% 0.34% -
XYZ 2.05 1.21 9.14 -
YUV 23.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 8 19 87 0.91 0.78 0 0.66 231.65 0.83 0.19
Hex 8 13 57 5B 4E 0 42 E8 53 13
Octal 10 23 127 133 116 0 102 350 123 23
Binary 1000 10011 1010111 1011011 1001110 0 1000010 11101000 1010011 10011

Color Harmonies of #081357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081357

Black with #081357

Text Example


Text Example

White with #081357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081357; }

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

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

background-color css

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

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

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

border-color css

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

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

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