Html Css Color HEX #081360 Sapphire

📋 copy color: '#081360'

red 8 ◦ green 19 ◦ blue 96

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

Shades of Sapphire #081360

Tints of Sapphire #081360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 78.05%

R = 6.5%
G = 15.45%
B = 78.05%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#081360 (or 0x081360) is known color: Sapphire. HEX triplet: 08, 13 and 60. RGB value is (8,19,96). Sum of RGB (Red+Green+Blue) = 8+19+96=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #081360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081360 is #F7EC9F. Grayscale: #181818. Windows color (decimal): -16247968 or 6296328. OLE color: 6296328.

HSL color Cylindrical-coordinate representation of color #081360: hue angle of 232.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081360 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 19 96 -
CMYK 0.92 0.80 0 0.62
HSL 232.5º 0.85% 0.2% -
HSV(B) 232.5º 0.92% 0.38% -
XYZ 2.44 1.36 11.2 -
YUV 24.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 8 19 96 0.92 0.80 0 0.62 232.5 0.85 0.2
Hex 8 13 60 5C 50 0 3E E8 55 14
Octal 10 23 140 134 120 0 76 350 125 24
Binary 1000 10011 1100000 1011100 1010000 0 111110 11101000 1010101 10100

Color Harmonies of #081360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081360

Black with #081360

Text Example


Text Example

White with #081360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081360; }

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

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

background-color css

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

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

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

border-color css

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

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

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