Html Css Color HEX #16295A Sapphire

📋 copy color: '#16295A'

red 22 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #16295A

Tints of Sapphire #16295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 14.38%
G = 26.8%
B = 58.82%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#16295A (or 0x16295A) is known color: Sapphire. HEX triplet: 16, 29 and 5A. RGB value is (22,41,90). Sum of RGB (Red+Green+Blue) = 22+41+90=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #16295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16295A is #E9D6A5. Grayscale: #282828. Windows color (decimal): -15324838 or 5908758. OLE color: 5908758.

HSL color Cylindrical-coordinate representation of color #16295A: hue angle of 223.24º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16295A is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 41 90 -
CMYK 0.76 0.54 0 0.65
HSL 223.24º 0.61% 0.22% -
HSV(B) 223.24º 0.76% 0.35% -
XYZ 2.97 2.49 10 -
YUV 40.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 22 41 90 0.76 0.54 0 0.65 223.24 0.61 0.22
Hex 16 29 5A 4C 36 0 41 DF 3D 16
Octal 26 51 132 114 66 0 101 337 75 26
Binary 10110 101001 1011010 1001100 110110 0 1000001 11011111 111101 10110

Color Harmonies of #16295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16295A

Black with #16295A

Text Example


Text Example

White with #16295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,41,90); }

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

background-color css

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

 a { background-color: rgb(22,41,90); }

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

border-color css

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

 span { border-color: rgb(22,41,90); }

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