Html Css Color HEX #03164D Sapphire

📋 copy color: '#03164D'

red 3 ◦ green 22 ◦ blue 77

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

Shades of Sapphire #03164D

Tints of Sapphire #03164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 75.49%

R = 2.94%
G = 21.57%
B = 75.49%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#03164D (or 0x03164D) is known color: Sapphire. HEX triplet: 03, 16 and 4D. RGB value is (3,22,77). Sum of RGB (Red+Green+Blue) = 3+22+77=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #03164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03164D is #FCE9B2. Grayscale: #161616. Windows color (decimal): -16574899 or 5051907. OLE color: 5051907.

HSL color Cylindrical-coordinate representation of color #03164D: hue angle of 224.59º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03164D is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 22 77 -
CMYK 0.96 0.71 0 0.70
HSL 224.59º 0.93% 0.16% -
HSV(B) 224.59º 0.96% 0.3% -
XYZ 1.66 1.13 7.15 -
YUV 22.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 3 22 77 0.96 0.71 0 0.70 224.59 0.93 0.16
Hex 3 16 4D 60 47 0 46 E1 5C 10
Octal 3 26 115 140 107 0 106 341 134 20
Binary 11 10110 1001101 1100000 1000111 0 1000110 11100001 1011100 10000

Color Harmonies of #03164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03164D

Black with #03164D

Text Example


Text Example

White with #03164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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