Html Css Color HEX #031472 Sapphire

📋 copy color: '#031472'

red 3 ◦ green 20 ◦ blue 114

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

Shades of Sapphire #031472

Tints of Sapphire #031472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

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

R = 2.19%
G = 14.6%
B = 83.21%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031472 (or 0x031472) is known color: Sapphire. HEX triplet: 03, 14 and 72. RGB value is (3,20,114). Sum of RGB (Red+Green+Blue) = 3+20+114=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #031472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031472 is #FCEB8D. Grayscale: #191919. Windows color (decimal): -16575374 or 7476227. OLE color: 7476227.

HSL color Cylindrical-coordinate representation of color #031472: hue angle of 230.81º 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 #031472 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 20 114 -
CMYK 0.97 0.82 0 0.55
HSL 230.81º 0.95% 0.23% -
HSV(B) 230.81º 0.97% 0.45% -
XYZ 3.32 1.73 16.08 -
YUV 25.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 3 20 114 0.97 0.82 0 0.55 230.81 0.95 0.23
Hex 3 14 72 61 52 0 37 E7 5F 17
Octal 3 24 162 141 122 0 67 347 137 27
Binary 11 10100 1110010 1100001 1010010 0 110111 11100111 1011111 10111

Color Harmonies of #031472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031472

Black with #031472

Text Example


Text Example

White with #031472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031472; }

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

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

background-color css

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

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

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

border-color css

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

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

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