Html Css Color HEX #031348 Sapphire

📋 copy color: '#031348'

red 3 ◦ green 19 ◦ blue 72

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

Shades of Sapphire #031348

Tints of Sapphire #031348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 72 (28.52% from 255) = 76.6%

R = 3.19%
G = 20.21%
B = 76.6%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031348 (or 0x031348) is known color: Sapphire. HEX triplet: 03, 13 and 48. RGB value is (3,19,72). Sum of RGB (Red+Green+Blue) = 3+19+72=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #031348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031348 is #FCECB7. Grayscale: #141414. Windows color (decimal): -16575672 or 4723459. OLE color: 4723459.

HSL color Cylindrical-coordinate representation of color #031348: hue angle of 226.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031348 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 19 72 -
CMYK 0.96 0.74 0 0.72
HSL 226.09º 0.92% 0.15% -
HSV(B) 226.09º 0.96% 0.28% -
XYZ 1.44 0.95 6.24 -
YUV 20.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 3 19 72 0.96 0.74 0 0.72 226.09 0.92 0.15
Hex 3 13 48 60 4A 0 48 E2 5C F
Octal 3 23 110 140 112 0 110 342 134 17
Binary 11 10011 1001000 1100000 1001010 0 1001000 11100010 1011100 1111

Color Harmonies of #031348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031348

Black with #031348

Text Example


Text Example

White with #031348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031348; }

 p { color: rgb(3,19,72); }

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

background-color css

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

 a { background-color: rgb(3,19,72); }

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

border-color css

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

 span { border-color: rgb(3,19,72); }

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