Html Css Color HEX #16335A Regal Blue

📋 copy color: '#16335A'

red 22 ◦ green 51 ◦ blue 90

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

Shades of Regal Blue #16335A

Tints of Regal Blue #16335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

 BLUE value IS 90 (35.55% from 255) = 55.21%

R = 13.5%
G = 31.29%
B = 55.21%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#16335A (or 0x16335A) is known color: Regal Blue. HEX triplet: 16, 33 and 5A. RGB value is (22,51,90). Sum of RGB (Red+Green+Blue) = 22+51+90=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #16335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16335A is #E9CCA5. Grayscale: #2E2E2E. Windows color (decimal): -15322278 or 5911318. OLE color: 5911318.

HSL color Cylindrical-coordinate representation of color #16335A: hue angle of 214.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16335A is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 51 90 -
CMYK 0.76 0.43 0 0.65
HSL 214.41º 0.61% 0.22% -
HSV(B) 214.41º 0.76% 0.35% -
XYZ 3.36 3.28 10.13 -
YUV 46.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 22 51 90 0.76 0.43 0 0.65 214.41 0.61 0.22
Hex 16 33 5A 4C 2B 0 41 D6 3D 16
Octal 26 63 132 114 53 0 101 326 75 26
Binary 10110 110011 1011010 1001100 101011 0 1000001 11010110 111101 10110

Color Harmonies of #16335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16335A

Black with #16335A

Text Example


Text Example

White with #16335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16335A; }

 p { color: rgb(22,51,90); }

 H1.HeaderClassName
 {
   color: #16335A;
 }
 .AnyTagClassName
 {
   color: #16335A;
 }
</style>

background-color css

<style>
 a { background-color: #16335A; }

 a { background-color: rgb(22,51,90); }

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

border-color css

<style>
 span { border-color: #16335A; }

 span { border-color: rgb(22,51,90); }

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