Html Css Color HEX #03165A Sapphire

📋 copy color: '#03165A'

red 3 ◦ green 22 ◦ blue 90

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

Shades of Sapphire #03165A

Tints of Sapphire #03165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 78.26%

R = 2.61%
G = 19.13%
B = 78.26%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#03165A (or 0x03165A) is known color: Sapphire. HEX triplet: 03, 16 and 5A. RGB value is (3,22,90). Sum of RGB (Red+Green+Blue) = 3+22+90=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #03165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03165A is #FCE9A5. Grayscale: #171717. Windows color (decimal): -16574886 or 5903875. OLE color: 5903875.

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

Color convert

RGB 3 22 90 -
CMYK 0.97 0.76 0 0.65
HSL 226.9º 0.94% 0.18% -
HSV(B) 226.9º 0.97% 0.35% -
XYZ 2.17 1.33 9.82 -
YUV 24.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 3 22 90 0.97 0.76 0 0.65 226.9 0.94 0.18
Hex 3 16 5A 61 4C 0 41 E3 5E 12
Octal 3 26 132 141 114 0 101 343 136 22
Binary 11 10110 1011010 1100001 1001100 0 1000001 11100011 1011110 10010

Color Harmonies of #03165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03165A

Black with #03165A

Text Example


Text Example

White with #03165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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