Html Css Color HEX #174469 Regal Blue

📋 copy color: '#174469'

red 23 ◦ green 68 ◦ blue 105

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

Shades of Regal Blue #174469

Tints of Regal Blue #174469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

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

R = 11.73%
G = 34.69%
B = 53.57%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#174469 (or 0x174469) is known color: Regal Blue. HEX triplet: 17, 44 and 69. RGB value is (23,68,105). Sum of RGB (Red+Green+Blue) = 23+68+105=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #174469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174469 is #E8BB96. Grayscale: #3A3A3A. Windows color (decimal): -15252375 or 6898711. OLE color: 6898711.

HSL color Cylindrical-coordinate representation of color #174469: hue angle of 207.07º 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 #174469 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 68 105 -
CMYK 0.78 0.35 0 0.59
HSL 207.07º 0.64% 0.25% -
HSV(B) 207.07º 0.78% 0.41% -
XYZ 4.97 5.34 14.13 -
YUV 58.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 23 68 105 0.78 0.35 0 0.59 207.07 0.64 0.25
Hex 17 44 69 4E 23 0 3B CF 40 19
Octal 27 104 151 116 43 0 73 317 100 31
Binary 10111 1000100 1101001 1001110 100011 0 111011 11001111 1000000 11001

Color Harmonies of #174469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174469

Black with #174469

Text Example


Text Example

White with #174469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174469; }

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

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

background-color css

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

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

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

border-color css

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

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

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