Html Css Color HEX #08154D Sapphire

📋 copy color: '#08154D'

red 8 ◦ green 21 ◦ blue 77

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

Shades of Sapphire #08154D

Tints of Sapphire #08154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

 BLUE value IS 77 (30.47% from 255) = 72.64%

R = 7.55%
G = 19.81%
B = 72.64%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08154D (or 0x08154D) is known color: Sapphire. HEX triplet: 08, 15 and 4D. RGB value is (8,21,77). Sum of RGB (Red+Green+Blue) = 8+21+77=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #08154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08154D is #F7EAB2. Grayscale: #171717. Windows color (decimal): -16247475 or 5051656. OLE color: 5051656.

HSL color Cylindrical-coordinate representation of color #08154D: hue angle of 228.7º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08154D is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 21 77 -
CMYK 0.90 0.73 0 0.70
HSL 228.7º 0.81% 0.17% -
HSV(B) 228.7º 0.9% 0.3% -
XYZ 1.71 1.12 7.15 -
YUV 23.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 8 21 77 0.90 0.73 0 0.70 228.7 0.81 0.17
Hex 8 15 4D 5A 49 0 46 E5 51 11
Octal 10 25 115 132 111 0 106 345 121 21
Binary 1000 10101 1001101 1011010 1001001 0 1000110 11100101 1010001 10001

Color Harmonies of #08154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08154D

Black with #08154D

Text Example


Text Example

White with #08154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,21,77); }

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

background-color css

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

 a { background-color: rgb(8,21,77); }

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

border-color css

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

 span { border-color: rgb(8,21,77); }

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