Html Css Color HEX #16365F Regal Blue

📋 copy color: '#16365F'

red 22 ◦ green 54 ◦ blue 95

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

Shades of Regal Blue #16365F

Tints of Regal Blue #16365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.56%

R = 12.87%
G = 31.58%
B = 55.56%

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

#16365F (or 0x16365F) is known color: Regal Blue. HEX triplet: 16, 36 and 5F. RGB value is (22,54,95). Sum of RGB (Red+Green+Blue) = 22+54+95=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #16365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16365F is #E9C9A0. Grayscale: #303030. Windows color (decimal): -15321505 or 6239766. OLE color: 6239766.

HSL color Cylindrical-coordinate representation of color #16365F: hue angle of 213.7º 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 #16365F is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 54 95 -
CMYK 0.77 0.43 0 0.63
HSL 213.7º 0.62% 0.23% -
HSV(B) 213.7º 0.77% 0.37% -
XYZ 3.72 3.64 11.33 -
YUV 49.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 22 54 95 0.77 0.43 0 0.63 213.7 0.62 0.23
Hex 16 36 5F 4D 2B 0 3F D6 3E 17
Octal 26 66 137 115 53 0 77 326 76 27
Binary 10110 110110 1011111 1001101 101011 0 111111 11010110 111110 10111

Color Harmonies of #16365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16365F

Black with #16365F

Text Example


Text Example

White with #16365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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