Html Css Color HEX #031848 Sapphire

📋 copy color: '#031848'

red 3 ◦ green 24 ◦ blue 72

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

Shades of Sapphire #031848

Tints of Sapphire #031848

RGB

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

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

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

R = 3.03%
G = 24.24%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031848 (or 0x031848) is known color: Sapphire. HEX triplet: 03, 18 and 48. RGB value is (3,24,72). Sum of RGB (Red+Green+Blue) = 3+24+72=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #031848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031848 is #FCE7B7. Grayscale: #161616. Windows color (decimal): -16574392 or 4724739. OLE color: 4724739.

HSL color Cylindrical-coordinate representation of color #031848: hue angle of 221.74º 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 #031848 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 24 72 -
CMYK 0.96 0.67 0 0.72
HSL 221.74º 0.92% 0.15% -
HSV(B) 221.74º 0.96% 0.28% -
XYZ 1.53 1.14 6.27 -
YUV 23.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 3 24 72 0.96 0.67 0 0.72 221.74 0.92 0.15
Hex 3 18 48 60 43 0 48 DE 5C F
Octal 3 30 110 140 103 0 110 336 134 17
Binary 11 11000 1001000 1100000 1000011 0 1001000 11011110 1011100 1111

Color Harmonies of #031848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031848

Black with #031848

Text Example


Text Example

White with #031848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031848; }

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

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

background-color css

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

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

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

border-color css

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

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

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