Html Css Color HEX #083175 Sapphire

📋 copy color: '#083175'

red 8 ◦ green 49 ◦ blue 117

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

Shades of Sapphire #083175

Tints of Sapphire #083175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 4.6%
G = 28.16%
B = 67.24%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083175 (or 0x083175) is known color: Sapphire. HEX triplet: 08, 31 and 75. RGB value is (8,49,117). Sum of RGB (Red+Green+Blue) = 8+49+117=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #083175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083175 is #F7CE8A. Grayscale: #2C2C2C. Windows color (decimal): -16240267 or 7680264. OLE color: 7680264.

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

Color convert

RGB 8 49 117 -
CMYK 0.93 0.58 0 0.54
HSL 217.43º 0.87% 0.25% -
HSV(B) 217.43º 0.93% 0.46% -
XYZ 4.41 3.53 17.28 -
YUV 44.49 168.92 101.97 -
System Red Green Blue C M Y K H S L
Decimal 8 49 117 0.93 0.58 0 0.54 217.43 0.87 0.25
Hex 8 31 75 5D 3A 0 36 D9 57 19
Octal 10 61 165 135 72 0 66 331 127 31
Binary 1000 110001 1110101 1011101 111010 0 110110 11011001 1010111 11001

Color Harmonies of #083175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083175

Black with #083175

Text Example


Text Example

White with #083175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083175; }

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

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

background-color css

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

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

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

border-color css

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

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

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