Html Css Color HEX #17425F Regal Blue

📋 copy color: '#17425F'

red 23 ◦ green 66 ◦ blue 95

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

Shades of Regal Blue #17425F

Tints of Regal Blue #17425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.63%

R = 12.5%
G = 35.87%
B = 51.63%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17425F (or 0x17425F) is known color: Regal Blue. HEX triplet: 17, 42 and 5F. RGB value is (23,66,95). Sum of RGB (Red+Green+Blue) = 23+66+95=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #17425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17425F is #E8BDA0. Grayscale: #383838. Windows color (decimal): -15252897 or 6242839. OLE color: 6242839.

HSL color Cylindrical-coordinate representation of color #17425F: hue angle of 204.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17425F is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 66 95 -
CMYK 0.76 0.31 0 0.63
HSL 204.17º 0.61% 0.23% -
HSV(B) 204.17º 0.76% 0.37% -
XYZ 4.37 4.9 11.54 -
YUV 56.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 23 66 95 0.76 0.31 0 0.63 204.17 0.61 0.23
Hex 17 42 5F 4C 1F 0 3F CC 3D 17
Octal 27 102 137 114 37 0 77 314 75 27
Binary 10111 1000010 1011111 1001100 11111 0 111111 11001100 111101 10111

Color Harmonies of #17425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17425F

Black with #17425F

Text Example


Text Example

White with #17425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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