Html Css Color HEX #081753 Sapphire

📋 copy color: '#081753'

red 8 ◦ green 23 ◦ blue 83

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

Shades of Sapphire #081753

Tints of Sapphire #081753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.18%

 BLUE value IS 83 (32.81% from 255) = 72.81%

R = 7.02%
G = 20.18%
B = 72.81%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081753 (or 0x081753) is known color: Sapphire. HEX triplet: 08, 17 and 53. RGB value is (8,23,83). Sum of RGB (Red+Green+Blue) = 8+23+83=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #081753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081753 is #F7E8AC. Grayscale: #191919. Windows color (decimal): -16246957 or 5445384. OLE color: 5445384.

HSL color Cylindrical-coordinate representation of color #081753: hue angle of 228º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081753 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 23 83 -
CMYK 0.90 0.72 0 0.67
HSL 228º 0.82% 0.18% -
HSV(B) 228º 0.9% 0.33% -
XYZ 1.97 1.29 8.33 -
YUV 25.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 8 23 83 0.90 0.72 0 0.67 228 0.82 0.18
Hex 8 17 53 5A 48 0 43 E4 52 12
Octal 10 27 123 132 110 0 103 344 122 22
Binary 1000 10111 1010011 1011010 1001000 0 1000011 11100100 1010010 10010

Color Harmonies of #081753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081753

Black with #081753

Text Example


Text Example

White with #081753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081753; }

 p { color: rgb(8,23,83); }

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

background-color css

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

 a { background-color: rgb(8,23,83); }

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

border-color css

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

 span { border-color: rgb(8,23,83); }

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