Html Css Color HEX #173353 Regal Blue

📋 copy color: '#173353'

red 23 ◦ green 51 ◦ blue 83

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

Shades of Regal Blue #173353

Tints of Regal Blue #173353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.48%

 BLUE value IS 83 (32.81% from 255) = 52.87%

R = 14.65%
G = 32.48%
B = 52.87%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#173353 (or 0x173353) is known color: Regal Blue. HEX triplet: 17, 33 and 53. RGB value is (23,51,83). Sum of RGB (Red+Green+Blue) = 23+51+83=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #173353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173353 is #E8CCAC. Grayscale: #2E2E2E. Windows color (decimal): -15256749 or 5452567. OLE color: 5452567.

HSL color Cylindrical-coordinate representation of color #173353: hue angle of 212º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173353 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 51 83 -
CMYK 0.72 0.39 0 0.67
HSL 212º 0.57% 0.21% -
HSV(B) 212º 0.72% 0.33% -
XYZ 3.1 3.17 8.63 -
YUV 46.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 23 51 83 0.72 0.39 0 0.67 212 0.57 0.21
Hex 17 33 53 48 27 0 43 D4 39 15
Octal 27 63 123 110 47 0 103 324 71 25
Binary 10111 110011 1010011 1001000 100111 0 1000011 11010100 111001 10101

Color Harmonies of #173353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173353

Black with #173353

Text Example


Text Example

White with #173353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173353; }

 p { color: rgb(23,51,83); }

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

background-color css

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

 a { background-color: rgb(23,51,83); }

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

border-color css

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

 span { border-color: rgb(23,51,83); }

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