Html Css Color HEX #031553 Sapphire

📋 copy color: '#031553'

red 3 ◦ green 21 ◦ blue 83

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

Shades of Sapphire #031553

Tints of Sapphire #031553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 77.57%

R = 2.8%
G = 19.63%
B = 77.57%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031553 (or 0x031553) is known color: Sapphire. HEX triplet: 03, 15 and 53. RGB value is (3,21,83). Sum of RGB (Red+Green+Blue) = 3+21+83=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #031553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031553 is #FCEAAC. Grayscale: #161616. Windows color (decimal): -16575149 or 5444867. OLE color: 5444867.

HSL color Cylindrical-coordinate representation of color #031553: hue angle of 226.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031553 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 21 83 -
CMYK 0.96 0.75 0 0.67
HSL 226.5º 0.93% 0.17% -
HSV(B) 226.5º 0.96% 0.33% -
XYZ 1.87 1.18 8.31 -
YUV 22.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 3 21 83 0.96 0.75 0 0.67 226.5 0.93 0.17
Hex 3 15 53 60 4B 0 43 E2 5D 11
Octal 3 25 123 140 113 0 103 342 135 21
Binary 11 10101 1010011 1100000 1001011 0 1000011 11100010 1011101 10001

Color Harmonies of #031553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031553

Black with #031553

Text Example


Text Example

White with #031553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031553; }

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

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

background-color css

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

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

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

border-color css

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

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

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