Html Css Color HEX #031753 Sapphire

📋 copy color: '#031753'

red 3 ◦ green 23 ◦ blue 83

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

Shades of Sapphire #031753

Tints of Sapphire #031753

RGB

 RED value IS 3 (1.56% from 255) = 2.75%

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

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

R = 2.75%
G = 21.1%
B = 76.15%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031753 (or 0x031753) is known color: Sapphire. HEX triplet: 03, 17 and 53. RGB value is (3,23,83). Sum of RGB (Red+Green+Blue) = 3+23+83=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #031753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031753 is #FCE8AC. Grayscale: #171717. Windows color (decimal): -16574637 or 5445379. OLE color: 5445379.

HSL color Cylindrical-coordinate representation of color #031753: hue angle of 225º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031753 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 23 83 -
CMYK 0.96 0.72 0 0.67
HSL 225º 0.93% 0.17% -
HSV(B) 225º 0.96% 0.33% -
XYZ 1.91 1.26 8.33 -
YUV 23.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 3 23 83 0.96 0.72 0 0.67 225 0.93 0.17
Hex 3 17 53 60 48 0 43 E1 5D 11
Octal 3 27 123 140 110 0 103 341 135 21
Binary 11 10111 1010011 1100000 1001000 0 1000011 11100001 1011101 10001

Color Harmonies of #031753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031753

Black with #031753

Text Example


Text Example

White with #031753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031753; }

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

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

background-color css

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

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

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

border-color css

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

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

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