Html Css Color HEX #083078 Sapphire

📋 copy color: '#083078'

red 8 ◦ green 48 ◦ blue 120

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

Shades of Sapphire #083078

Tints of Sapphire #083078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

 BLUE value IS 120 (47.27% from 255) = 68.18%

R = 4.55%
G = 27.27%
B = 68.18%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083078 (or 0x083078) is known color: Sapphire. HEX triplet: 08, 30 and 78. RGB value is (8,48,120). Sum of RGB (Red+Green+Blue) = 8+48+120=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #083078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083078 is #F7CF87. Grayscale: #2B2B2B. Windows color (decimal): -16240520 or 7876616. OLE color: 7876616.

HSL color Cylindrical-coordinate representation of color #083078: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083078 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 48 120 -
CMYK 0.93 0.60 0 0.53
HSL 218.57º 0.88% 0.25% -
HSV(B) 218.57º 0.93% 0.47% -
XYZ 4.55 3.52 18.21 -
YUV 44.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 8 48 120 0.93 0.60 0 0.53 218.57 0.88 0.25
Hex 8 30 78 5D 3C 0 35 DB 58 19
Octal 10 60 170 135 74 0 65 333 130 31
Binary 1000 110000 1111000 1011101 111100 0 110101 11011011 1011000 11001

Color Harmonies of #083078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083078

Black with #083078

Text Example


Text Example

White with #083078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083078; }

 p { color: rgb(8,48,120); }

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

background-color css

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

 a { background-color: rgb(8,48,120); }

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

border-color css

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

 span { border-color: rgb(8,48,120); }

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