Html Css Color HEX #08154F Sapphire

📋 copy color: '#08154F'

red 8 ◦ green 21 ◦ blue 79

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

Shades of Sapphire #08154F

Tints of Sapphire #08154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 73.15%

R = 7.41%
G = 19.44%
B = 73.15%

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

#08154F (or 0x08154F) is known color: Sapphire. HEX triplet: 08, 15 and 4F. RGB value is (8,21,79). Sum of RGB (Red+Green+Blue) = 8+21+79=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #08154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08154F is #F7EAB0. Grayscale: #171717. Windows color (decimal): -16247473 or 5182728. OLE color: 5182728.

HSL color Cylindrical-coordinate representation of color #08154F: hue angle of 229.01º degrees, saturation: 0.82, 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 #08154F is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 21 79 -
CMYK 0.90 0.73 0 0.69
HSL 229.01º 0.82% 0.17% -
HSV(B) 229.01º 0.9% 0.31% -
XYZ 1.78 1.15 7.53 -
YUV 23.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 8 21 79 0.90 0.73 0 0.69 229.01 0.82 0.17
Hex 8 15 4F 5A 49 0 45 E5 52 11
Octal 10 25 117 132 111 0 105 345 122 21
Binary 1000 10101 1001111 1011010 1001001 0 1000101 11100101 1010010 10001

Color Harmonies of #08154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08154F

Black with #08154F

Text Example


Text Example

White with #08154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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