Html Css Color HEX #03176D Sapphire

📋 copy color: '#03176D'

red 3 ◦ green 23 ◦ blue 109

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

Shades of Sapphire #03176D

Tints of Sapphire #03176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

 BLUE value IS 109 (42.97% from 255) = 80.74%

R = 2.22%
G = 17.04%
B = 80.74%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03176D (or 0x03176D) is known color: Sapphire. HEX triplet: 03, 17 and 6D. RGB value is (3,23,109). Sum of RGB (Red+Green+Blue) = 3+23+109=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #03176D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03176D is #FCE892. Grayscale: #1A1A1A. Windows color (decimal): -16574611 or 7149315. OLE color: 7149315.

HSL color Cylindrical-coordinate representation of color #03176D: hue angle of 228.68º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03176D is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 23 109 -
CMYK 0.97 0.79 0 0.57
HSL 228.68º 0.95% 0.22% -
HSV(B) 228.68º 0.97% 0.43% -
XYZ 3.1 1.74 14.64 -
YUV 26.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 3 23 109 0.97 0.79 0 0.57 228.68 0.95 0.22
Hex 3 17 6D 61 4F 0 39 E5 5F 16
Octal 3 27 155 141 117 0 71 345 137 26
Binary 11 10111 1101101 1100001 1001111 0 111001 11100101 1011111 10110

Color Harmonies of #03176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03176D

Black with #03176D

Text Example


Text Example

White with #03176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,23,109); }

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

background-color css

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

 a { background-color: rgb(3,23,109); }

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

border-color css

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

 span { border-color: rgb(3,23,109); }

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