Html Css Color HEX #03165D Sapphire

📋 copy color: '#03165D'

red 3 ◦ green 22 ◦ blue 93

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

Shades of Sapphire #03165D

Tints of Sapphire #03165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 78.81%

R = 2.54%
G = 18.64%
B = 78.81%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03165D (or 0x03165D) is known color: Sapphire. HEX triplet: 03, 16 and 5D. RGB value is (3,22,93). Sum of RGB (Red+Green+Blue) = 3+22+93=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #03165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03165D is #FCE9A2. Grayscale: #181818. Windows color (decimal): -16574883 or 6100483. OLE color: 6100483.

HSL color Cylindrical-coordinate representation of color #03165D: hue angle of 227.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03165D is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 22 93 -
CMYK 0.97 0.76 0 0.64
HSL 227.33º 0.94% 0.19% -
HSV(B) 227.33º 0.97% 0.36% -
XYZ 2.3 1.38 10.5 -
YUV 24.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 3 22 93 0.97 0.76 0 0.64 227.33 0.94 0.19
Hex 3 16 5D 61 4C 0 40 E3 5E 13
Octal 3 26 135 141 114 0 100 343 136 23
Binary 11 10110 1011101 1100001 1001100 0 1000000 11100011 1011110 10011

Color Harmonies of #03165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03165D

Black with #03165D

Text Example


Text Example

White with #03165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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