Html Css Color HEX #031746 Sapphire

📋 copy color: '#031746'

red 3 ◦ green 23 ◦ blue 70

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

Shades of Sapphire #031746

Tints of Sapphire #031746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 72.92%

R = 3.13%
G = 23.96%
B = 72.92%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031746 (or 0x031746) is known color: Sapphire. HEX triplet: 03, 17 and 46. RGB value is (3,23,70). Sum of RGB (Red+Green+Blue) = 3+23+70=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #031746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031746 is #FCE8B9. Grayscale: #161616. Windows color (decimal): -16574650 or 4593411. OLE color: 4593411.

HSL color Cylindrical-coordinate representation of color #031746: hue angle of 222.09º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031746 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 23 70 -
CMYK 0.96 0.67 0 0.73
HSL 222.09º 0.92% 0.14% -
HSV(B) 222.09º 0.96% 0.27% -
XYZ 1.45 1.07 5.93 -
YUV 22.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 3 23 70 0.96 0.67 0 0.73 222.09 0.92 0.14
Hex 3 17 46 60 43 0 49 DE 5C E
Octal 3 27 106 140 103 0 111 336 134 16
Binary 11 10111 1000110 1100000 1000011 0 1001001 11011110 1011100 1110

Color Harmonies of #031746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031746

Black with #031746

Text Example


Text Example

White with #031746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031746; }

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

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

background-color css

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

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

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

border-color css

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

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

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