Html Css Color HEX #031C4A Sapphire

📋 copy color: '#031C4A'

red 3 ◦ green 28 ◦ blue 74

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

Shades of Sapphire #031C4A

Tints of Sapphire #031C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 70.48%

R = 2.86%
G = 26.67%
B = 70.48%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031C4A (or 0x031C4A) is known color: Sapphire. HEX triplet: 03, 1C and 4A. RGB value is (3,28,74). Sum of RGB (Red+Green+Blue) = 3+28+74=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #031C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C4A is #FCE3B5. Grayscale: #191919. Windows color (decimal): -16573366 or 4856835. OLE color: 4856835.

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

Color convert

RGB 3 28 74 -
CMYK 0.96 0.62 0 0.71
HSL 218.87º 0.92% 0.15% -
HSV(B) 218.87º 0.96% 0.29% -
XYZ 1.69 1.34 6.65 -
YUV 25.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 3 28 74 0.96 0.62 0 0.71 218.87 0.92 0.15
Hex 3 1C 4A 60 3E 0 47 DB 5C F
Octal 3 34 112 140 76 0 107 333 134 17
Binary 11 11100 1001010 1100000 111110 0 1000111 11011011 1011100 1111

Color Harmonies of #031C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C4A

Black with #031C4A

Text Example


Text Example

White with #031C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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