Html Css Color HEX #031748 Sapphire

📋 copy color: '#031748'

red 3 ◦ green 23 ◦ blue 72

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

Shades of Sapphire #031748

Tints of Sapphire #031748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.47%

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

R = 3.06%
G = 23.47%
B = 73.47%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031748 (or 0x031748) is known color: Sapphire. HEX triplet: 03, 17 and 48. RGB value is (3,23,72). Sum of RGB (Red+Green+Blue) = 3+23+72=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #031748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031748 is #FCE8B7. Grayscale: #161616. Windows color (decimal): -16574648 or 4724483. OLE color: 4724483.

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

Color convert

RGB 3 23 72 -
CMYK 0.96 0.68 0 0.72
HSL 222.61º 0.92% 0.15% -
HSV(B) 222.61º 0.96% 0.28% -
XYZ 1.51 1.1 6.26 -
YUV 22.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 3 23 72 0.96 0.68 0 0.72 222.61 0.92 0.15
Hex 3 17 48 60 44 0 48 DF 5C F
Octal 3 27 110 140 104 0 110 337 134 17
Binary 11 10111 1001000 1100000 1000100 0 1001000 11011111 1011100 1111

Color Harmonies of #031748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031748

Black with #031748

Text Example


Text Example

White with #031748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031748; }

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

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

background-color css

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

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

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

border-color css

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

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

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