Html Css Color HEX #16306B Sapphire

📋 copy color: '#16306B'

red 22 ◦ green 48 ◦ blue 107

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

Shades of Sapphire #16306B

Tints of Sapphire #16306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

 BLUE value IS 107 (42.19% from 255) = 60.45%

R = 12.43%
G = 27.12%
B = 60.45%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#16306B (or 0x16306B) is known color: Sapphire. HEX triplet: 16, 30 and 6B. RGB value is (22,48,107). Sum of RGB (Red+Green+Blue) = 22+48+107=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #16306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16306B is #E9CF94. Grayscale: #2E2E2E. Windows color (decimal): -15323029 or 7024662. OLE color: 7024662.

HSL color Cylindrical-coordinate representation of color #16306B: hue angle of 221.65º 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 #16306B is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 48 107 -
CMYK 0.79 0.55 0 0.58
HSL 221.65º 0.66% 0.25% -
HSV(B) 221.65º 0.79% 0.42% -
XYZ 4.04 3.35 14.34 -
YUV 46.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 22 48 107 0.79 0.55 0 0.58 221.65 0.66 0.25
Hex 16 30 6B 4F 37 0 3A DE 42 19
Octal 26 60 153 117 67 0 72 336 102 31
Binary 10110 110000 1101011 1001111 110111 0 111010 11011110 1000010 11001

Color Harmonies of #16306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16306B

Black with #16306B

Text Example


Text Example

White with #16306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16306B; }

 p { color: rgb(22,48,107); }

 H1.HeaderClassName
 {
   color: #16306B;
 }
 .AnyTagClassName
 {
   color: #16306B;
 }
</style>

background-color css

<style>
 a { background-color: #16306B; }

 a { background-color: rgb(22,48,107); }

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

border-color css

<style>
 span { border-color: #16306B; }

 span { border-color: rgb(22,48,107); }

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