Html Css Color HEX #17405A Regal Blue

📋 copy color: '#17405A'

red 23 ◦ green 64 ◦ blue 90

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

Shades of Regal Blue #17405A

Tints of Regal Blue #17405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 12.99%
G = 36.16%
B = 50.85%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17405A (or 0x17405A) is known color: Regal Blue. HEX triplet: 17, 40 and 5A. RGB value is (23,64,90). Sum of RGB (Red+Green+Blue) = 23+64+90=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #17405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17405A is #E8BFA5. Grayscale: #363636. Windows color (decimal): -15253414 or 5914647. OLE color: 5914647.

HSL color Cylindrical-coordinate representation of color #17405A: hue angle of 203.28º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17405A is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 64 90 -
CMYK 0.74 0.29 0 0.65
HSL 203.28º 0.59% 0.22% -
HSV(B) 203.28º 0.74% 0.35% -
XYZ 4.03 4.59 10.35 -
YUV 54.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 23 64 90 0.74 0.29 0 0.65 203.28 0.59 0.22
Hex 17 40 5A 4A 1D 0 41 CB 3B 16
Octal 27 100 132 112 35 0 101 313 73 26
Binary 10111 1000000 1011010 1001010 11101 0 1000001 11001011 111011 10110

Color Harmonies of #17405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17405A

Black with #17405A

Text Example


Text Example

White with #17405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17405A; }

 p { color: rgb(23,64,90); }

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

background-color css

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

 a { background-color: rgb(23,64,90); }

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

border-color css

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

 span { border-color: rgb(23,64,90); }

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