Html Css Color HEX #16365B Regal Blue

📋 copy color: '#16365B'

red 22 ◦ green 54 ◦ blue 91

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

Shades of Regal Blue #16365B

Tints of Regal Blue #16365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 13.17%
G = 32.34%
B = 54.49%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#16365B (or 0x16365B) is known color: Regal Blue. HEX triplet: 16, 36 and 5B. RGB value is (22,54,91). Sum of RGB (Red+Green+Blue) = 22+54+91=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #16365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16365B is #E9C9A4. Grayscale: #303030. Windows color (decimal): -15321509 or 5977622. OLE color: 5977622.

HSL color Cylindrical-coordinate representation of color #16365B: hue angle of 212.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16365B is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 54 91 -
CMYK 0.76 0.41 0 0.64
HSL 212.17º 0.61% 0.22% -
HSV(B) 212.17º 0.76% 0.36% -
XYZ 3.54 3.56 10.4 -
YUV 48.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 22 54 91 0.76 0.41 0 0.64 212.17 0.61 0.22
Hex 16 36 5B 4C 29 0 40 D4 3D 16
Octal 26 66 133 114 51 0 100 324 75 26
Binary 10110 110110 1011011 1001100 101001 0 1000000 11010100 111101 10110

Color Harmonies of #16365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16365B

Black with #16365B

Text Example


Text Example

White with #16365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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