Html Css Color HEX #031572 Sapphire

📋 copy color: '#031572'

red 3 ◦ green 21 ◦ blue 114

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

Shades of Sapphire #031572

Tints of Sapphire #031572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

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

R = 2.17%
G = 15.22%
B = 82.61%

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

#031572 (or 0x031572) is known color: Sapphire. HEX triplet: 03, 15 and 72. RGB value is (3,21,114). Sum of RGB (Red+Green+Blue) = 3+21+114=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #031572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031572 is #FCEA8D. Grayscale: #191919. Windows color (decimal): -16575118 or 7476483. OLE color: 7476483.

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

Color convert

RGB 3 21 114 -
CMYK 0.97 0.82 0 0.55
HSL 230.27º 0.95% 0.23% -
HSV(B) 230.27º 0.97% 0.45% -
XYZ 3.34 1.77 16.09 -
YUV 26.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 3 21 114 0.97 0.82 0 0.55 230.27 0.95 0.23
Hex 3 15 72 61 52 0 37 E6 5F 17
Octal 3 25 162 141 122 0 67 346 137 27
Binary 11 10101 1110010 1100001 1010010 0 110111 11100110 1011111 10111

Color Harmonies of #031572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031572

Black with #031572

Text Example


Text Example

White with #031572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031572; }

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

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

background-color css

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

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

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

border-color css

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

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

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