Html Css Color HEX #083174 Sapphire

📋 copy color: '#083174'

red 8 ◦ green 49 ◦ blue 116

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

Shades of Sapphire #083174

Tints of Sapphire #083174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 4.62%
G = 28.32%
B = 67.05%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083174 (or 0x083174) is known color: Sapphire. HEX triplet: 08, 31 and 74. RGB value is (8,49,116). Sum of RGB (Red+Green+Blue) = 8+49+116=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #083174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083174 is #F7CE8B. Grayscale: #2C2C2C. Windows color (decimal): -16240268 or 7614728. OLE color: 7614728.

HSL color Cylindrical-coordinate representation of color #083174: hue angle of 217.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083174 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 49 116 -
CMYK 0.93 0.58 0 0.55
HSL 217.22º 0.87% 0.24% -
HSV(B) 217.22º 0.93% 0.45% -
XYZ 4.35 3.51 16.97 -
YUV 44.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 8 49 116 0.93 0.58 0 0.55 217.22 0.87 0.24
Hex 8 31 74 5D 3A 0 37 D9 57 18
Octal 10 61 164 135 72 0 67 331 127 30
Binary 1000 110001 1110100 1011101 111010 0 110111 11011001 1010111 11000

Color Harmonies of #083174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083174

Black with #083174

Text Example


Text Example

White with #083174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083174; }

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

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

background-color css

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

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

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

border-color css

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

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

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