Html Css Color HEX #080F4F Sapphire

📋 copy color: '#080F4F'

red 8 ◦ green 15 ◦ blue 79

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

Shades of Sapphire #080F4F

Tints of Sapphire #080F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.71%

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

R = 7.84%
G = 14.71%
B = 77.45%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080F4F (or 0x080F4F) is known color: Sapphire. HEX triplet: 08, 0F and 4F. RGB value is (8,15,79). Sum of RGB (Red+Green+Blue) = 8+15+79=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 79 (31.25% from 255 or 77.45% from 102); Max value from RGB is 79 - color contains mainly: blue. Hex color #080F4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F4F is #F7F0B0. Grayscale: #131313. Windows color (decimal): -16249009 or 5181192. OLE color: 5181192.

HSL color Cylindrical-coordinate representation of color #080F4F: hue angle of 234.08º 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 #080F4F is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 15 79 -
CMYK 0.90 0.81 0 0.69
HSL 234.08º 0.82% 0.17% -
HSV(B) 234.08º 0.9% 0.31% -
XYZ 1.68 0.96 7.49 -
YUV 20.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 8 15 79 0.90 0.81 0 0.69 234.08 0.82 0.17
Hex 8 F 4F 5A 51 0 45 EA 52 11
Octal 10 17 117 132 121 0 105 352 122 21
Binary 1000 1111 1001111 1011010 1010001 0 1000101 11101010 1010010 10001

Color Harmonies of #080F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F4F

Black with #080F4F

Text Example


Text Example

White with #080F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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