Html Css Color HEX #10316E Sapphire

📋 copy color: '#10316E'

red 16 ◦ green 49 ◦ blue 110

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

Shades of Sapphire #10316E

Tints of Sapphire #10316E

RGB

 RED value IS 16 (6.64% from 255) = 9.14%

 GREEN value IS 49 (19.53% from 255) = 28%

 BLUE value IS 110 (43.36% from 255) = 62.86%

R = 9.14%
G = 28%
B = 62.86%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10316E (or 0x10316E) is known color: Sapphire. HEX triplet: 10, 31 and 6E. RGB value is (16,49,110). Sum of RGB (Red+Green+Blue) = 16+49+110=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #10316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10316E is #EFCE91. Grayscale: #2D2D2D. Windows color (decimal): -15715986 or 7221520. OLE color: 7221520.

HSL color Cylindrical-coordinate representation of color #10316E: hue angle of 218.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10316E is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 49 110 -
CMYK 0.85 0.55 0 0.57
HSL 218.94º 0.75% 0.25% -
HSV(B) 218.94º 0.85% 0.43% -
XYZ 4.13 3.43 15.2 -
YUV 46.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 16 49 110 0.85 0.55 0 0.57 218.94 0.75 0.25
Hex 10 31 6E 55 37 0 39 DB 4B 19
Octal 20 61 156 125 67 0 71 333 113 31
Binary 10000 110001 1101110 1010101 110111 0 111001 11011011 1001011 11001

Color Harmonies of #10316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10316E

Black with #10316E

Text Example


Text Example

White with #10316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10316E; }

 p { color: rgb(16,49,110); }

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

background-color css

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

 a { background-color: rgb(16,49,110); }

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

border-color css

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

 span { border-color: rgb(16,49,110); }

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