Html Css Color HEX #16365E Regal Blue

📋 copy color: '#16365E'

red 22 ◦ green 54 ◦ blue 94

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

Shades of Regal Blue #16365E

Tints of Regal Blue #16365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

 BLUE value IS 94 (37.11% from 255) = 55.29%

R = 12.94%
G = 31.76%
B = 55.29%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#16365E (or 0x16365E) is known color: Regal Blue. HEX triplet: 16, 36 and 5E. RGB value is (22,54,94). Sum of RGB (Red+Green+Blue) = 22+54+94=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #16365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16365E is #E9C9A1. Grayscale: #303030. Windows color (decimal): -15321506 or 6174230. OLE color: 6174230.

HSL color Cylindrical-coordinate representation of color #16365E: hue angle of 213.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16365E is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 54 94 -
CMYK 0.77 0.43 0 0.63
HSL 213.33º 0.62% 0.23% -
HSV(B) 213.33º 0.77% 0.37% -
XYZ 3.67 3.62 11.09 -
YUV 48.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 22 54 94 0.77 0.43 0 0.63 213.33 0.62 0.23
Hex 16 36 5E 4D 2B 0 3F D5 3E 17
Octal 26 66 136 115 53 0 77 325 76 27
Binary 10110 110110 1011110 1001101 101011 0 111111 11010101 111110 10111

Color Harmonies of #16365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16365E

Black with #16365E

Text Example


Text Example

White with #16365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16365E; }

 p { color: rgb(22,54,94); }

 H1.HeaderClassName
 {
   color: #16365E;
 }
 .AnyTagClassName
 {
   color: #16365E;
 }
</style>

background-color css

<style>
 a { background-color: #16365E; }

 a { background-color: rgb(22,54,94); }

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

border-color css

<style>
 span { border-color: #16365E; }

 span { border-color: rgb(22,54,94); }

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