Html Css Color HEX #16337D Sapphire

📋 copy color: '#16337D'

red 22 ◦ green 51 ◦ blue 125

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

Shades of Sapphire #16337D

Tints of Sapphire #16337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 11.11%
G = 25.76%
B = 63.13%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16337D (or 0x16337D) is known color: Sapphire. HEX triplet: 16, 33 and 7D. RGB value is (22,51,125). Sum of RGB (Red+Green+Blue) = 22+51+125=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #16337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16337D is #E9CC82. Grayscale: #323232. Windows color (decimal): -15322243 or 8205078. OLE color: 8205078.

HSL color Cylindrical-coordinate representation of color #16337D: hue angle of 223.11º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16337D is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 51 125 -
CMYK 0.82 0.59 0 0.51
HSL 223.11º 0.7% 0.29% -
HSV(B) 223.11º 0.82% 0.49% -
XYZ 5.22 4.02 19.9 -
YUV 50.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 22 51 125 0.82 0.59 0 0.51 223.11 0.7 0.29
Hex 16 33 7D 52 3B 0 33 DF 46 1D
Octal 26 63 175 122 73 0 63 337 106 35
Binary 10110 110011 1111101 1010010 111011 0 110011 11011111 1000110 11101

Color Harmonies of #16337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16337D

Black with #16337D

Text Example


Text Example

White with #16337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,51,125); }

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

background-color css

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

 a { background-color: rgb(22,51,125); }

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

border-color css

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

 span { border-color: rgb(22,51,125); }

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