Html Css Color HEX #031875 Sapphire

📋 copy color: '#031875'

red 3 ◦ green 24 ◦ blue 117

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

Shades of Sapphire #031875

Tints of Sapphire #031875

RGB

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

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

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

R = 2.08%
G = 16.67%
B = 81.25%

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

#031875 (or 0x031875) is known color: Sapphire. HEX triplet: 03, 18 and 75. RGB value is (3,24,117). Sum of RGB (Red+Green+Blue) = 3+24+117=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #031875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031875 is #FCE78A. Grayscale: #1B1B1B. Windows color (decimal): -16574347 or 7673859. OLE color: 7673859.

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

Color convert

RGB 3 24 117 -
CMYK 0.97 0.79 0 0.54
HSL 228.95º 0.95% 0.24% -
HSV(B) 228.95º 0.97% 0.46% -
XYZ 3.58 1.96 17.02 -
YUV 28.32 178.04 109.94 -
System Red Green Blue C M Y K H S L
Decimal 3 24 117 0.97 0.79 0 0.54 228.95 0.95 0.24
Hex 3 18 75 61 4F 0 36 E5 5F 18
Octal 3 30 165 141 117 0 66 345 137 30
Binary 11 11000 1110101 1100001 1001111 0 110110 11100101 1011111 11000

Color Harmonies of #031875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031875

Black with #031875

Text Example


Text Example

White with #031875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031875; }

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

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

background-color css

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

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

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

border-color css

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

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

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