Html Css Color HEX #174369 Regal Blue

📋 copy color: '#174369'

red 23 ◦ green 67 ◦ blue 105

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

Shades of Regal Blue #174369

Tints of Regal Blue #174369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.85%

R = 11.79%
G = 34.36%
B = 53.85%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#174369 (or 0x174369) is known color: Regal Blue. HEX triplet: 17, 43 and 69. RGB value is (23,67,105). Sum of RGB (Red+Green+Blue) = 23+67+105=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #174369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174369 is #E8BC96. Grayscale: #393939. Windows color (decimal): -15252631 or 6898455. OLE color: 6898455.

HSL color Cylindrical-coordinate representation of color #174369: hue angle of 207.8º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174369 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 67 105 -
CMYK 0.78 0.36 0 0.59
HSL 207.8º 0.64% 0.25% -
HSV(B) 207.8º 0.78% 0.41% -
XYZ 4.91 5.22 14.11 -
YUV 58.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 23 67 105 0.78 0.36 0 0.59 207.8 0.64 0.25
Hex 17 43 69 4E 24 0 3B D0 40 19
Octal 27 103 151 116 44 0 73 320 100 31
Binary 10111 1000011 1101001 1001110 100100 0 111011 11010000 1000000 11001

Color Harmonies of #174369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174369

Black with #174369

Text Example


Text Example

White with #174369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174369; }

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

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

background-color css

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

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

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

border-color css

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

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

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