Html Css Color HEX #174267 Regal Blue

📋 copy color: '#174267'

red 23 ◦ green 66 ◦ blue 103

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

Shades of Regal Blue #174267

Tints of Regal Blue #174267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.65%

R = 11.98%
G = 34.38%
B = 53.65%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#174267 (or 0x174267) is known color: Regal Blue. HEX triplet: 17, 42 and 67. RGB value is (23,66,103). Sum of RGB (Red+Green+Blue) = 23+66+103=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #174267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174267 is #E8BD98. Grayscale: #393939. Windows color (decimal): -15252889 or 6767127. OLE color: 6767127.

HSL color Cylindrical-coordinate representation of color #174267: hue angle of 207.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174267 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 66 103 -
CMYK 0.78 0.36 0 0.60
HSL 207.75º 0.63% 0.25% -
HSV(B) 207.75º 0.78% 0.4% -
XYZ 4.75 5.06 13.56 -
YUV 57.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 23 66 103 0.78 0.36 0 0.60 207.75 0.63 0.25
Hex 17 42 67 4E 24 0 3C D0 3F 19
Octal 27 102 147 116 44 0 74 320 77 31
Binary 10111 1000010 1100111 1001110 100100 0 111100 11010000 111111 11001

Color Harmonies of #174267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174267

Black with #174267

Text Example


Text Example

White with #174267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174267; }

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

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

background-color css

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

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

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

border-color css

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

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

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