Html Css Color HEX #031353 Sapphire

📋 copy color: '#031353'

red 3 ◦ green 19 ◦ blue 83

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

Shades of Sapphire #031353

Tints of Sapphire #031353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.1%

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

R = 2.86%
G = 18.1%
B = 79.05%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031353 (or 0x031353) is known color: Sapphire. HEX triplet: 03, 13 and 53. RGB value is (3,19,83). Sum of RGB (Red+Green+Blue) = 3+19+83=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #031353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031353 is #FCECAC. Grayscale: #151515. Windows color (decimal): -16575661 or 5444355. OLE color: 5444355.

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

Color convert

RGB 3 19 83 -
CMYK 0.96 0.77 0 0.67
HSL 228º 0.93% 0.17% -
HSV(B) 228º 0.96% 0.33% -
XYZ 1.83 1.11 8.3 -
YUV 21.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 3 19 83 0.96 0.77 0 0.67 228 0.93 0.17
Hex 3 13 53 60 4D 0 43 E4 5D 11
Octal 3 23 123 140 115 0 103 344 135 21
Binary 11 10011 1010011 1100000 1001101 0 1000011 11100100 1011101 10001

Color Harmonies of #031353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031353

Black with #031353

Text Example


Text Example

White with #031353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031353; }

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

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

background-color css

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

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

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

border-color css

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

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

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