Html Css Color HEX #08135D Sapphire

📋 copy color: '#08135D'

red 8 ◦ green 19 ◦ blue 93

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

Shades of Sapphire #08135D

Tints of Sapphire #08135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 77.5%

R = 6.67%
G = 15.83%
B = 77.5%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08135D (or 0x08135D) is known color: Sapphire. HEX triplet: 08, 13 and 5D. RGB value is (8,19,93). Sum of RGB (Red+Green+Blue) = 8+19+93=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #08135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08135D is #F7ECA2. Grayscale: #171717. Windows color (decimal): -16247971 or 6099720. OLE color: 6099720.

HSL color Cylindrical-coordinate representation of color #08135D: hue angle of 232.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08135D is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 19 93 -
CMYK 0.91 0.80 0 0.64
HSL 232.24º 0.84% 0.2% -
HSV(B) 232.24º 0.91% 0.36% -
XYZ 2.31 1.31 10.49 -
YUV 24.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 8 19 93 0.91 0.80 0 0.64 232.24 0.84 0.2
Hex 8 13 5D 5B 50 0 40 E8 54 14
Octal 10 23 135 133 120 0 100 350 124 24
Binary 1000 10011 1011101 1011011 1010000 0 1000000 11101000 1010100 10100

Color Harmonies of #08135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08135D

Black with #08135D

Text Example


Text Example

White with #08135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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