Html Css Color HEX #174366 Regal Blue

📋 copy color: '#174366'

red 23 ◦ green 67 ◦ blue 102

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

Shades of Regal Blue #174366

Tints of Regal Blue #174366

RGB

 RED value IS 23 (9.38% from 255) = 11.98%

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 11.98%
G = 34.9%
B = 53.13%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#174366 (or 0x174366) is known color: Regal Blue. HEX triplet: 17, 43 and 66. RGB value is (23,67,102). Sum of RGB (Red+Green+Blue) = 23+67+102=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #174366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174366 is #E8BC99. Grayscale: #393939. Windows color (decimal): -15252634 or 6701847. OLE color: 6701847.

HSL color Cylindrical-coordinate representation of color #174366: hue angle of 206.58º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174366 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 67 102 -
CMYK 0.77 0.34 0 0.6
HSL 206.58º 0.63% 0.25% -
HSV(B) 206.58º 0.77% 0.4% -
XYZ 4.76 5.16 13.31 -
YUV 57.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 23 67 102 0.77 0.34 0 0.6 206.58 0.63 0.25
Hex 17 43 66 4D 22 0 3C CF 3F 19
Octal 27 103 146 115 42 0 74 317 77 31
Binary 10111 1000011 1100110 1001101 100010 0 111100 11001111 111111 11001

Color Harmonies of #174366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174366

Black with #174366

Text Example


Text Example

White with #174366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174366; }

 p { color: rgb(23,67,102); }

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

background-color css

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

 a { background-color: rgb(23,67,102); }

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

border-color css

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

 span { border-color: rgb(23,67,102); }

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