Html Css Color HEX #164260 Regal Blue

📋 copy color: '#164260'

red 22 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #164260

Tints of Regal Blue #164260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 11.96%
G = 35.87%
B = 52.17%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164260 (or 0x164260) is known color: Regal Blue. HEX triplet: 16, 42 and 60. RGB value is (22,66,96). Sum of RGB (Red+Green+Blue) = 22+66+96=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #164260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164260 is #E9BD9F. Grayscale: #383838. Windows color (decimal): -15318432 or 6308374. OLE color: 6308374.

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

Color convert

RGB 22 66 96 -
CMYK 0.77 0.31 0 0.62
HSL 204.32º 0.63% 0.23% -
HSV(B) 204.32º 0.77% 0.38% -
XYZ 4.39 4.91 11.78 -
YUV 56.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 22 66 96 0.77 0.31 0 0.62 204.32 0.63 0.23
Hex 16 42 60 4D 1F 0 3E CC 3F 17
Octal 26 102 140 115 37 0 76 314 77 27
Binary 10110 1000010 1100000 1001101 11111 0 111110 11001100 111111 10111

Color Harmonies of #164260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164260

Black with #164260

Text Example


Text Example

White with #164260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164260; }

 p { color: rgb(22,66,96); }

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

background-color css

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

 a { background-color: rgb(22,66,96); }

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

border-color css

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

 span { border-color: rgb(22,66,96); }

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