Html Css Color HEX #031D7A Sapphire

📋 copy color: '#031D7A'

red 3 ◦ green 29 ◦ blue 122

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

Shades of Sapphire #031D7A

Tints of Sapphire #031D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 79.22%

R = 1.95%
G = 18.83%
B = 79.22%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#031D7A (or 0x031D7A) is known color: Sapphire. HEX triplet: 03, 1D and 7A. RGB value is (3,29,122). Sum of RGB (Red+Green+Blue) = 3+29+122=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #031D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D7A is #FCE285. Grayscale: #1F1F1F. Windows color (decimal): -16573062 or 8002819. OLE color: 8002819.

HSL color Cylindrical-coordinate representation of color #031D7A: hue angle of 226.89º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031D7A is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 3 29 122 -
CMYK 0.98 0.76 0 0.52
HSL 226.89º 0.95% 0.25% -
HSV(B) 226.89º 0.98% 0.48% -
XYZ 3.99 2.3 18.65 -
YUV 31.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 3 29 122 0.98 0.76 0 0.52 226.89 0.95 0.25
Hex 3 1D 7A 62 4C 0 34 E3 5F 19
Octal 3 35 172 142 114 0 64 343 137 31
Binary 11 11101 1111010 1100010 1001100 0 110100 11100011 1011111 11001

Color Harmonies of #031D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D7A

Black with #031D7A

Text Example


Text Example

White with #031D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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