Html Css Color HEX #031C4C Sapphire

📋 copy color: '#031C4C'

red 3 ◦ green 28 ◦ blue 76

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

Shades of Sapphire #031C4C

Tints of Sapphire #031C4C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

 BLUE value IS 76 (30.08% from 255) = 71.03%

R = 2.8%
G = 26.17%
B = 71.03%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#031C4C (or 0x031C4C) is known color: Sapphire. HEX triplet: 03, 1C and 4C. RGB value is (3,28,76). Sum of RGB (Red+Green+Blue) = 3+28+76=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #031C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C4C is #FCE3B3. Grayscale: #191919. Windows color (decimal): -16573364 or 4987907. OLE color: 4987907.

HSL color Cylindrical-coordinate representation of color #031C4C: hue angle of 219.45º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031C4C is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 28 76 -
CMYK 0.96 0.63 0 0.70
HSL 219.45º 0.92% 0.15% -
HSV(B) 219.45º 0.96% 0.3% -
XYZ 1.76 1.37 7.01 -
YUV 26 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 3 28 76 0.96 0.63 0 0.70 219.45 0.92 0.15
Hex 3 1C 4C 60 3F 0 46 DB 5C F
Octal 3 34 114 140 77 0 106 333 134 17
Binary 11 11100 1001100 1100000 111111 0 1000110 11011011 1011100 1111

Color Harmonies of #031C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C4C

Black with #031C4C

Text Example


Text Example

White with #031C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,28,76); }

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

background-color css

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

 a { background-color: rgb(3,28,76); }

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

border-color css

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

 span { border-color: rgb(3,28,76); }

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