Html Css Color HEX #031D65 Sapphire

📋 copy color: '#031D65'

red 3 ◦ green 29 ◦ blue 101

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

Shades of Sapphire #031D65

Tints of Sapphire #031D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 75.94%

R = 2.26%
G = 21.8%
B = 75.94%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031D65 (or 0x031D65) is known color: Sapphire. HEX triplet: 03, 1D and 65. RGB value is (3,29,101). Sum of RGB (Red+Green+Blue) = 3+29+101=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #031D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D65 is #FCE29A. Grayscale: #1D1D1D. Windows color (decimal): -16573083 or 6626563. OLE color: 6626563.

HSL color Cylindrical-coordinate representation of color #031D65: hue angle of 224.08º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D65 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 29 101 -
CMYK 0.97 0.71 0 0.60
HSL 224.08º 0.94% 0.2% -
HSV(B) 224.08º 0.97% 0.4% -
XYZ 2.83 1.84 12.52 -
YUV 29.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 3 29 101 0.97 0.71 0 0.60 224.08 0.94 0.2
Hex 3 1D 65 61 47 0 3C E0 5E 14
Octal 3 35 145 141 107 0 74 340 136 24
Binary 11 11101 1100101 1100001 1000111 0 111100 11100000 1011110 10100

Color Harmonies of #031D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D65

Black with #031D65

Text Example


Text Example

White with #031D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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