Html Css Color HEX #031672 Sapphire

📋 copy color: '#031672'

red 3 ◦ green 22 ◦ blue 114

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

Shades of Sapphire #031672

Tints of Sapphire #031672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

 BLUE value IS 114 (44.92% from 255) = 82.01%

R = 2.16%
G = 15.83%
B = 82.01%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031672 (or 0x031672) is known color: Sapphire. HEX triplet: 03, 16 and 72. RGB value is (3,22,114). Sum of RGB (Red+Green+Blue) = 3+22+114=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #031672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031672 is #FCE98D. Grayscale: #1A1A1A. Windows color (decimal): -16574862 or 7476739. OLE color: 7476739.

HSL color Cylindrical-coordinate representation of color #031672: hue angle of 229.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031672 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 22 114 -
CMYK 0.97 0.81 0 0.55
HSL 229.73º 0.95% 0.23% -
HSV(B) 229.73º 0.97% 0.45% -
XYZ 3.36 1.81 16.09 -
YUV 26.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 3 22 114 0.97 0.81 0 0.55 229.73 0.95 0.23
Hex 3 16 72 61 51 0 37 E6 5F 17
Octal 3 26 162 141 121 0 67 346 137 27
Binary 11 10110 1110010 1100001 1010001 0 110111 11100110 1011111 10111

Color Harmonies of #031672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031672

Black with #031672

Text Example


Text Example

White with #031672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031672; }

 p { color: rgb(3,22,114); }

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

background-color css

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

 a { background-color: rgb(3,22,114); }

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

border-color css

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

 span { border-color: rgb(3,22,114); }

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