Html Css Color HEX #16416C Regal Blue

📋 copy color: '#16416C'

red 22 ◦ green 65 ◦ blue 108

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

Shades of Regal Blue #16416C

Tints of Regal Blue #16416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

 BLUE value IS 108 (42.58% from 255) = 55.38%

R = 11.28%
G = 33.33%
B = 55.38%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#16416C (or 0x16416C) is known color: Regal Blue. HEX triplet: 16, 41 and 6C. RGB value is (22,65,108). Sum of RGB (Red+Green+Blue) = 22+65+108=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #16416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16416C is #E9BE93. Grayscale: #383838. Windows color (decimal): -15318676 or 7094550. OLE color: 7094550.

HSL color Cylindrical-coordinate representation of color #16416C: hue angle of 210º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16416C is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 65 108 -
CMYK 0.80 0.40 0 0.58
HSL 210º 0.66% 0.25% -
HSV(B) 210º 0.8% 0.42% -
XYZ 4.93 5.03 14.9 -
YUV 57.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 22 65 108 0.80 0.40 0 0.58 210 0.66 0.25
Hex 16 41 6C 50 28 0 3A D2 42 19
Octal 26 101 154 120 50 0 72 322 102 31
Binary 10110 1000001 1101100 1010000 101000 0 111010 11010010 1000010 11001

Color Harmonies of #16416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16416C

Black with #16416C

Text Example


Text Example

White with #16416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16416C; }

 p { color: rgb(22,65,108); }

 H1.HeaderClassName
 {
   color: #16416C;
 }
 .AnyTagClassName
 {
   color: #16416C;
 }
</style>

background-color css

<style>
 a { background-color: #16416C; }

 a { background-color: rgb(22,65,108); }

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

border-color css

<style>
 span { border-color: #16416C; }

 span { border-color: rgb(22,65,108); }

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