Html Css Color HEX #031674 Sapphire

📋 copy color: '#031674'

red 3 ◦ green 22 ◦ blue 116

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

Shades of Sapphire #031674

Tints of Sapphire #031674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 116 (45.7% from 255) = 82.27%

R = 2.13%
G = 15.6%
B = 82.27%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031674 (or 0x031674) is known color: Sapphire. HEX triplet: 03, 16 and 74. RGB value is (3,22,116). Sum of RGB (Red+Green+Blue) = 3+22+116=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 116 (45.70% from 255 or 82.27% from 141); Max value from RGB is 116 - color contains mainly: blue. Hex color #031674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031674 is #FCE98B. Grayscale: #1A1A1A. Windows color (decimal): -16574860 or 7607811. OLE color: 7607811.

HSL color Cylindrical-coordinate representation of color #031674: hue angle of 229.91º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031674 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 22 116 -
CMYK 0.97 0.81 0 0.55
HSL 229.91º 0.95% 0.23% -
HSV(B) 229.91º 0.97% 0.45% -
XYZ 3.48 1.85 16.7 -
YUV 27.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 3 22 116 0.97 0.81 0 0.55 229.91 0.95 0.23
Hex 3 16 74 61 51 0 37 E6 5F 17
Octal 3 26 164 141 121 0 67 346 137 27
Binary 11 10110 1110100 1100001 1010001 0 110111 11100110 1011111 10111

Color Harmonies of #031674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031674

Black with #031674

Text Example


Text Example

White with #031674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031674; }

 p { color: rgb(3,22,116); }

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

background-color css

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

 a { background-color: rgb(3,22,116); }

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

border-color css

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

 span { border-color: rgb(3,22,116); }

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