Html Css Color HEX #031953 Sapphire

📋 copy color: '#031953'

red 3 ◦ green 25 ◦ blue 83

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

Shades of Sapphire #031953

Tints of Sapphire #031953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.52%

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

R = 2.7%
G = 22.52%
B = 74.77%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031953 (or 0x031953) is known color: Sapphire. HEX triplet: 03, 19 and 53. RGB value is (3,25,83). Sum of RGB (Red+Green+Blue) = 3+25+83=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #031953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031953 is #FCE6AC. Grayscale: #181818. Windows color (decimal): -16574125 or 5445891. OLE color: 5445891.

HSL color Cylindrical-coordinate representation of color #031953: hue angle of 223.5º 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 #031953 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 25 83 -
CMYK 0.96 0.70 0 0.67
HSL 223.5º 0.93% 0.17% -
HSV(B) 223.5º 0.96% 0.33% -
XYZ 1.95 1.34 8.34 -
YUV 25.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 3 25 83 0.96 0.70 0 0.67 223.5 0.93 0.17
Hex 3 19 53 60 46 0 43 E0 5D 11
Octal 3 31 123 140 106 0 103 340 135 21
Binary 11 11001 1010011 1100000 1000110 0 1000011 11100000 1011101 10001

Color Harmonies of #031953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031953

Black with #031953

Text Example


Text Example

White with #031953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031953; }

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

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

background-color css

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

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

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

border-color css

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

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

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