Html Css Color HEX #031D66 Sapphire

📋 copy color: '#031D66'

red 3 ◦ green 29 ◦ blue 102

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

Shades of Sapphire #031D66

Tints of Sapphire #031D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 76.12%

R = 2.24%
G = 21.64%
B = 76.12%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031D66 (or 0x031D66) is known color: Sapphire. HEX triplet: 03, 1D and 66. RGB value is (3,29,102). Sum of RGB (Red+Green+Blue) = 3+29+102=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #031D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D66 is #FCE299. Grayscale: #1D1D1D. Windows color (decimal): -16573082 or 6692099. OLE color: 6692099.

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

Color convert

RGB 3 29 102 -
CMYK 0.97 0.72 0 0.6
HSL 224.24º 0.94% 0.21% -
HSV(B) 224.24º 0.97% 0.4% -
XYZ 2.88 1.86 12.78 -
YUV 29.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 3 29 102 0.97 0.72 0 0.6 224.24 0.94 0.21
Hex 3 1D 66 61 48 0 3C E0 5E 15
Octal 3 35 146 141 110 0 74 340 136 25
Binary 11 11101 1100110 1100001 1001000 0 111100 11100000 1011110 10101

Color Harmonies of #031D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D66

Black with #031D66

Text Example


Text Example

White with #031D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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