Html Css Color HEX #16394F Regal Blue

📋 copy color: '#16394F'

red 22 ◦ green 57 ◦ blue 79

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

Shades of Regal Blue #16394F

Tints of Regal Blue #16394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.08%

 BLUE value IS 79 (31.25% from 255) = 50%

R = 13.92%
G = 36.08%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#16394F (or 0x16394F) is known color: Regal Blue. HEX triplet: 16, 39 and 4F. RGB value is (22,57,79). Sum of RGB (Red+Green+Blue) = 22+57+79=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #16394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16394F is #E9C6B0. Grayscale: #303030. Windows color (decimal): -15320753 or 5191958. OLE color: 5191958.

HSL color Cylindrical-coordinate representation of color #16394F: hue angle of 203.16º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16394F is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 57 79 -
CMYK 0.72 0.28 0 0.69
HSL 203.16º 0.56% 0.2% -
HSV(B) 203.16º 0.72% 0.31% -
XYZ 3.21 3.66 7.93 -
YUV 49.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 22 57 79 0.72 0.28 0 0.69 203.16 0.56 0.2
Hex 16 39 4F 48 1C 0 45 CB 38 14
Octal 26 71 117 110 34 0 105 313 70 24
Binary 10110 111001 1001111 1001000 11100 0 1000101 11001011 111000 10100

Color Harmonies of #16394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16394F

Black with #16394F

Text Example


Text Example

White with #16394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16394F; }

 p { color: rgb(22,57,79); }

 H1.HeaderClassName
 {
   color: #16394F;
 }
 .AnyTagClassName
 {
   color: #16394F;
 }
</style>

background-color css

<style>
 a { background-color: #16394F; }

 a { background-color: rgb(22,57,79); }

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

border-color css

<style>
 span { border-color: #16394F; }

 span { border-color: rgb(22,57,79); }

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