Html Css Color HEX #174262 Regal Blue

📋 copy color: '#174262'

red 23 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #174262

Tints of Regal Blue #174262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 98 (38.67% from 255) = 52.41%

R = 12.3%
G = 35.29%
B = 52.41%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#174262 (or 0x174262) is known color: Regal Blue. HEX triplet: 17, 42 and 62. RGB value is (23,66,98). Sum of RGB (Red+Green+Blue) = 23+66+98=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #174262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174262 is #E8BD9D. Grayscale: #383838. Windows color (decimal): -15252894 or 6439447. OLE color: 6439447.

HSL color Cylindrical-coordinate representation of color #174262: hue angle of 205.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174262 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 66 98 -
CMYK 0.77 0.33 0 0.62
HSL 205.6º 0.62% 0.24% -
HSV(B) 205.6º 0.77% 0.38% -
XYZ 4.51 4.96 12.28 -
YUV 56.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 23 66 98 0.77 0.33 0 0.62 205.6 0.62 0.24
Hex 17 42 62 4D 21 0 3E CE 3E 18
Octal 27 102 142 115 41 0 76 316 76 30
Binary 10111 1000010 1100010 1001101 100001 0 111110 11001110 111110 11000

Color Harmonies of #174262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174262

Black with #174262

Text Example


Text Example

White with #174262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174262; }

 p { color: rgb(23,66,98); }

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

background-color css

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

 a { background-color: rgb(23,66,98); }

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

border-color css

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

 span { border-color: rgb(23,66,98); }

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