Html Css Color HEX #08154E Sapphire

📋 copy color: '#08154E'

red 8 ◦ green 21 ◦ blue 78

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

Shades of Sapphire #08154E

Tints of Sapphire #08154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 72.9%

R = 7.48%
G = 19.63%
B = 72.9%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08154E (or 0x08154E) is known color: Sapphire. HEX triplet: 08, 15 and 4E. RGB value is (8,21,78). Sum of RGB (Red+Green+Blue) = 8+21+78=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #08154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08154E is #F7EAB1. Grayscale: #171717. Windows color (decimal): -16247474 or 5117192. OLE color: 5117192.

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

Color convert

RGB 8 21 78 -
CMYK 0.90 0.73 0 0.69
HSL 228.86º 0.81% 0.17% -
HSV(B) 228.86º 0.9% 0.31% -
XYZ 1.74 1.14 7.34 -
YUV 23.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 8 21 78 0.90 0.73 0 0.69 228.86 0.81 0.17
Hex 8 15 4E 5A 49 0 45 E5 51 11
Octal 10 25 116 132 111 0 105 345 121 21
Binary 1000 10101 1001110 1011010 1001001 0 1000101 11100101 1010001 10001

Color Harmonies of #08154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08154E

Black with #08154E

Text Example


Text Example

White with #08154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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