Html Css Color HEX #173F68 Regal Blue

📋 copy color: '#173F68'

red 23 ◦ green 63 ◦ blue 104

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

Shades of Regal Blue #173F68

Tints of Regal Blue #173F68

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 12.11%
G = 33.16%
B = 54.74%

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

#173F68 (or 0x173F68) is known color: Regal Blue. HEX triplet: 17, 3F and 68. RGB value is (23,63,104). Sum of RGB (Red+Green+Blue) = 23+63+104=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #173F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F68 is #E8C097. Grayscale: #373737. Windows color (decimal): -15253656 or 6831895. OLE color: 6831895.

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

Color convert

RGB 23 63 104 -
CMYK 0.78 0.39 0 0.59
HSL 210.37º 0.64% 0.25% -
HSV(B) 210.37º 0.78% 0.41% -
XYZ 4.63 4.74 13.77 -
YUV 55.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 23 63 104 0.78 0.39 0 0.59 210.37 0.64 0.25
Hex 17 3F 68 4E 27 0 3B D2 40 19
Octal 27 77 150 116 47 0 73 322 100 31
Binary 10111 111111 1101000 1001110 100111 0 111011 11010010 1000000 11001

Color Harmonies of #173F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173F68

Black with #173F68

Text Example


Text Example

White with #173F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173F68; }

 p { color: rgb(23,63,104); }

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

background-color css

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

 a { background-color: rgb(23,63,104); }

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

border-color css

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

 span { border-color: rgb(23,63,104); }

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