Html Css Color HEX #031D72 Sapphire

📋 copy color: '#031D72'

red 3 ◦ green 29 ◦ blue 114

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

Shades of Sapphire #031D72

Tints of Sapphire #031D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 78.08%

R = 2.05%
G = 19.86%
B = 78.08%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031D72 (or 0x031D72) is known color: Sapphire. HEX triplet: 03, 1D and 72. RGB value is (3,29,114). Sum of RGB (Red+Green+Blue) = 3+29+114=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #031D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D72 is #FCE28D. Grayscale: #1E1E1E. Windows color (decimal): -16573070 or 7478531. OLE color: 7478531.

HSL color Cylindrical-coordinate representation of color #031D72: hue angle of 225.95º 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 #031D72 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 29 114 -
CMYK 0.97 0.75 0 0.55
HSL 225.95º 0.95% 0.23% -
HSV(B) 225.95º 0.97% 0.45% -
XYZ 3.51 2.11 16.14 -
YUV 30.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 3 29 114 0.97 0.75 0 0.55 225.95 0.95 0.23
Hex 3 1D 72 61 4B 0 37 E2 5F 17
Octal 3 35 162 141 113 0 67 342 137 27
Binary 11 11101 1110010 1100001 1001011 0 110111 11100010 1011111 10111

Color Harmonies of #031D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D72

Black with #031D72

Text Example


Text Example

White with #031D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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