Html Css Color HEX #031975 Sapphire

📋 copy color: '#031975'

red 3 ◦ green 25 ◦ blue 117

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

Shades of Sapphire #031975

Tints of Sapphire #031975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 117 (46.09% from 255) = 80.69%

R = 2.07%
G = 17.24%
B = 80.69%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031975 (or 0x031975) is known color: Sapphire. HEX triplet: 03, 19 and 75. RGB value is (3,25,117). Sum of RGB (Red+Green+Blue) = 3+25+117=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #031975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031975 is #FCE68A. Grayscale: #1C1C1C. Windows color (decimal): -16574091 or 7674115. OLE color: 7674115.

HSL color Cylindrical-coordinate representation of color #031975: hue angle of 228.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031975 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 25 117 -
CMYK 0.97 0.79 0 0.54
HSL 228.42º 0.95% 0.24% -
HSV(B) 228.42º 0.97% 0.46% -
XYZ 3.6 2 17.03 -
YUV 28.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 3 25 117 0.97 0.79 0 0.54 228.42 0.95 0.24
Hex 3 19 75 61 4F 0 36 E4 5F 18
Octal 3 31 165 141 117 0 66 344 137 30
Binary 11 11001 1110101 1100001 1001111 0 110110 11100100 1011111 11000

Color Harmonies of #031975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031975

Black with #031975

Text Example


Text Example

White with #031975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031975; }

 p { color: rgb(3,25,117); }

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

background-color css

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

 a { background-color: rgb(3,25,117); }

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

border-color css

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

 span { border-color: rgb(3,25,117); }

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