Html Css Color HEX #031D4C Sapphire

📋 copy color: '#031D4C'

red 3 ◦ green 29 ◦ blue 76

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

Shades of Sapphire #031D4C

Tints of Sapphire #031D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.85%

 BLUE value IS 76 (30.08% from 255) = 70.37%

R = 2.78%
G = 26.85%
B = 70.37%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#031D4C (or 0x031D4C) is known color: Sapphire. HEX triplet: 03, 1D and 4C. RGB value is (3,29,76). Sum of RGB (Red+Green+Blue) = 3+29+76=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #031D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D4C is #FCE2B3. Grayscale: #1A1A1A. Windows color (decimal): -16573108 or 4988163. OLE color: 4988163.

HSL color Cylindrical-coordinate representation of color #031D4C: hue angle of 218.63º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D4C is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 29 76 -
CMYK 0.96 0.62 0 0.70
HSL 218.63º 0.92% 0.15% -
HSV(B) 218.63º 0.96% 0.3% -
XYZ 1.78 1.42 7.02 -
YUV 26.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 3 29 76 0.96 0.62 0 0.70 218.63 0.92 0.15
Hex 3 1D 4C 60 3E 0 46 DB 5C F
Octal 3 35 114 140 76 0 106 333 134 17
Binary 11 11101 1001100 1100000 111110 0 1000110 11011011 1011100 1111

Color Harmonies of #031D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D4C

Black with #031D4C

Text Example


Text Example

White with #031D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031D4C; }

 p { color: rgb(3,29,76); }

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

background-color css

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

 a { background-color: rgb(3,29,76); }

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

border-color css

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

 span { border-color: rgb(3,29,76); }

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