Html Css Color HEX #031874 Sapphire

📋 copy color: '#031874'

red 3 ◦ green 24 ◦ blue 116

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

Shades of Sapphire #031874

Tints of Sapphire #031874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

 BLUE value IS 116 (45.7% from 255) = 81.12%

R = 2.1%
G = 16.78%
B = 81.12%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031874 (or 0x031874) is known color: Sapphire. HEX triplet: 03, 18 and 74. RGB value is (3,24,116). Sum of RGB (Red+Green+Blue) = 3+24+116=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #031874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031874 is #FCE78B. Grayscale: #1B1B1B. Windows color (decimal): -16574348 or 7608323. OLE color: 7608323.

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

Color convert

RGB 3 24 116 -
CMYK 0.97 0.79 0 0.55
HSL 228.85º 0.95% 0.23% -
HSV(B) 228.85º 0.97% 0.45% -
XYZ 3.52 1.93 16.71 -
YUV 28.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 3 24 116 0.97 0.79 0 0.55 228.85 0.95 0.23
Hex 3 18 74 61 4F 0 37 E5 5F 17
Octal 3 30 164 141 117 0 67 345 137 27
Binary 11 11000 1110100 1100001 1001111 0 110111 11100101 1011111 10111

Color Harmonies of #031874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031874

Black with #031874

Text Example


Text Example

White with #031874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031874; }

 p { color: rgb(3,24,116); }

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

background-color css

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

 a { background-color: rgb(3,24,116); }

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

border-color css

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

 span { border-color: rgb(3,24,116); }

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