Html Css Color HEX #083178 Sapphire

📋 copy color: '#083178'

red 8 ◦ green 49 ◦ blue 120

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

Shades of Sapphire #083178

Tints of Sapphire #083178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.68%

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

R = 4.52%
G = 27.68%
B = 67.8%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083178 (or 0x083178) is known color: Sapphire. HEX triplet: 08, 31 and 78. RGB value is (8,49,120). Sum of RGB (Red+Green+Blue) = 8+49+120=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #083178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083178 is #F7CE87. Grayscale: #2C2C2C. Windows color (decimal): -16240264 or 7876872. OLE color: 7876872.

HSL color Cylindrical-coordinate representation of color #083178: hue angle of 218.04º 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 #083178 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 49 120 -
CMYK 0.93 0.59 0 0.53
HSL 218.04º 0.88% 0.25% -
HSV(B) 218.04º 0.93% 0.47% -
XYZ 4.59 3.6 18.22 -
YUV 44.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 8 49 120 0.93 0.59 0 0.53 218.04 0.88 0.25
Hex 8 31 78 5D 3B 0 35 DA 58 19
Octal 10 61 170 135 73 0 65 332 130 31
Binary 1000 110001 1111000 1011101 111011 0 110101 11011010 1011000 11001

Color Harmonies of #083178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083178

Black with #083178

Text Example


Text Example

White with #083178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083178; }

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

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

background-color css

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

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

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

border-color css

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

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

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