Html Css Color HEX #031653 Sapphire

📋 copy color: '#031653'

red 3 ◦ green 22 ◦ blue 83

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

Shades of Sapphire #031653

Tints of Sapphire #031653

RGB

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

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

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

R = 2.78%
G = 20.37%
B = 76.85%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031653 (or 0x031653) is known color: Sapphire. HEX triplet: 03, 16 and 53. RGB value is (3,22,83). Sum of RGB (Red+Green+Blue) = 3+22+83=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #031653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031653 is #FCE9AC. Grayscale: #171717. Windows color (decimal): -16574893 or 5445123. OLE color: 5445123.

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

Color convert

RGB 3 22 83 -
CMYK 0.96 0.73 0 0.67
HSL 225.75º 0.93% 0.17% -
HSV(B) 225.75º 0.96% 0.33% -
XYZ 1.89 1.22 8.32 -
YUV 23.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 3 22 83 0.96 0.73 0 0.67 225.75 0.93 0.17
Hex 3 16 53 60 49 0 43 E2 5D 11
Octal 3 26 123 140 111 0 103 342 135 21
Binary 11 10110 1010011 1100000 1001001 0 1000011 11100010 1011101 10001

Color Harmonies of #031653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031653

Black with #031653

Text Example


Text Example

White with #031653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031653; }

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

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

background-color css

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

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

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

border-color css

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

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

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