Html Css Color HEX #11405E Regal Blue

📋 copy color: '#11405E'

red 17 ◦ green 64 ◦ blue 94

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

Shades of Regal Blue #11405E

Tints of Regal Blue #11405E

RGB

 RED value IS 17 (7.03% from 255) = 9.71%

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

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 9.71%
G = 36.57%
B = 53.71%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11405E (or 0x11405E) is known color: Regal Blue. HEX triplet: 11, 40 and 5E. RGB value is (17,64,94). Sum of RGB (Red+Green+Blue) = 17+64+94=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #11405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11405E is #EEBFA1. Grayscale: #353535. Windows color (decimal): -15646626 or 6176785. OLE color: 6176785.

HSL color Cylindrical-coordinate representation of color #11405E: hue angle of 203.38º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11405E is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 64 94 -
CMYK 0.82 0.32 0 0.63
HSL 203.38º 0.69% 0.22% -
HSV(B) 203.38º 0.82% 0.37% -
XYZ 4.08 4.59 11.26 -
YUV 53.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 17 64 94 0.82 0.32 0 0.63 203.38 0.69 0.22
Hex 11 40 5E 52 20 0 3F CB 45 16
Octal 21 100 136 122 40 0 77 313 105 26
Binary 10001 1000000 1011110 1010010 100000 0 111111 11001011 1000101 10110

Color Harmonies of #11405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11405E

Black with #11405E

Text Example


Text Example

White with #11405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11405E; }

 p { color: rgb(17,64,94); }

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

background-color css

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

 a { background-color: rgb(17,64,94); }

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

border-color css

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

 span { border-color: rgb(17,64,94); }

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