Html Css Color HEX #174069 Regal Blue

📋 copy color: '#174069'

red 23 ◦ green 64 ◦ blue 105

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

Shades of Regal Blue #174069

Tints of Regal Blue #174069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

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

R = 11.98%
G = 33.33%
B = 54.69%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#174069 (or 0x174069) is known color: Regal Blue. HEX triplet: 17, 40 and 69. RGB value is (23,64,105). Sum of RGB (Red+Green+Blue) = 23+64+105=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #174069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174069 is #E8BF96. Grayscale: #383838. Windows color (decimal): -15253399 or 6897687. OLE color: 6897687.

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

Color convert

RGB 23 64 105 -
CMYK 0.78 0.39 0 0.59
HSL 210º 0.64% 0.25% -
HSV(B) 210º 0.78% 0.41% -
XYZ 4.74 4.87 14.05 -
YUV 56.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 23 64 105 0.78 0.39 0 0.59 210 0.64 0.25
Hex 17 40 69 4E 27 0 3B D2 40 19
Octal 27 100 151 116 47 0 73 322 100 31
Binary 10111 1000000 1101001 1001110 100111 0 111011 11010010 1000000 11001

Color Harmonies of #174069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174069

Black with #174069

Text Example


Text Example

White with #174069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174069; }

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

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

background-color css

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

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

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

border-color css

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

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

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