Html Css Color HEX #16365C Regal Blue

📋 copy color: '#16365C'

red 22 ◦ green 54 ◦ blue 92

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

Shades of Regal Blue #16365C

Tints of Regal Blue #16365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.76%

R = 13.1%
G = 32.14%
B = 54.76%

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

#16365C (or 0x16365C) is known color: Regal Blue. HEX triplet: 16, 36 and 5C. RGB value is (22,54,92). Sum of RGB (Red+Green+Blue) = 22+54+92=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #16365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16365C is #E9C9A3. Grayscale: #303030. Windows color (decimal): -15321508 or 6043158. OLE color: 6043158.

HSL color Cylindrical-coordinate representation of color #16365C: hue angle of 212.57º 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 #16365C is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 54 92 -
CMYK 0.76 0.41 0 0.64
HSL 212.57º 0.61% 0.22% -
HSV(B) 212.57º 0.76% 0.36% -
XYZ 3.58 3.58 10.63 -
YUV 48.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 22 54 92 0.76 0.41 0 0.64 212.57 0.61 0.22
Hex 16 36 5C 4C 29 0 40 D5 3D 16
Octal 26 66 134 114 51 0 100 325 75 26
Binary 10110 110110 1011100 1001100 101001 0 1000000 11010101 111101 10110

Color Harmonies of #16365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16365C

Black with #16365C

Text Example


Text Example

White with #16365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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