Html Css Color HEX #16346A Sapphire

📋 copy color: '#16346A'

red 22 ◦ green 52 ◦ blue 106

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

Shades of Sapphire #16346A

Tints of Sapphire #16346A

RGB

 RED value IS 22 (8.98% from 255) = 12.22%

 GREEN value IS 52 (20.7% from 255) = 28.89%

 BLUE value IS 106 (41.8% from 255) = 58.89%

R = 12.22%
G = 28.89%
B = 58.89%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#16346A (or 0x16346A) is known color: Sapphire. HEX triplet: 16, 34 and 6A. RGB value is (22,52,106). Sum of RGB (Red+Green+Blue) = 22+52+106=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #16346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16346A is #E9CB95. Grayscale: #303030. Windows color (decimal): -15322006 or 6960150. OLE color: 6960150.

HSL color Cylindrical-coordinate representation of color #16346A: hue angle of 218.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16346A is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 52 106 -
CMYK 0.79 0.51 0 0.58
HSL 218.57º 0.66% 0.25% -
HSV(B) 218.57º 0.79% 0.42% -
XYZ 4.16 3.67 14.12 -
YUV 49.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 22 52 106 0.79 0.51 0 0.58 218.57 0.66 0.25
Hex 16 34 6A 4F 33 0 3A DB 42 19
Octal 26 64 152 117 63 0 72 333 102 31
Binary 10110 110100 1101010 1001111 110011 0 111010 11011011 1000010 11001

Color Harmonies of #16346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16346A

Black with #16346A

Text Example


Text Example

White with #16346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,52,106); }

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

background-color css

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

 a { background-color: rgb(22,52,106); }

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

border-color css

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

 span { border-color: rgb(22,52,106); }

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