Html Css Color HEX #16426C Regal Blue

📋 copy color: '#16426C'

red 22 ◦ green 66 ◦ blue 108

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

Shades of Regal Blue #16426C

Tints of Regal Blue #16426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

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

R = 11.22%
G = 33.67%
B = 55.1%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#16426C (or 0x16426C) is known color: Regal Blue. HEX triplet: 16, 42 and 6C. RGB value is (22,66,108). Sum of RGB (Red+Green+Blue) = 22+66+108=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #16426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16426C is #E9BD93. Grayscale: #393939. Windows color (decimal): -15318420 or 7094806. OLE color: 7094806.

HSL color Cylindrical-coordinate representation of color #16426C: hue angle of 209.3º 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 #16426C is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 66 108 -
CMYK 0.80 0.39 0 0.58
HSL 209.3º 0.66% 0.25% -
HSV(B) 209.3º 0.8% 0.42% -
XYZ 4.99 5.15 14.92 -
YUV 57.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 22 66 108 0.80 0.39 0 0.58 209.3 0.66 0.25
Hex 16 42 6C 50 27 0 3A D1 42 19
Octal 26 102 154 120 47 0 72 321 102 31
Binary 10110 1000010 1101100 1010000 100111 0 111010 11010001 1000010 11001

Color Harmonies of #16426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16426C

Black with #16426C

Text Example


Text Example

White with #16426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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