Html Css Color HEX #26415B Regal Blue

📋 copy color: '#26415B'

red 38 ◦ green 65 ◦ blue 91

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

Shades of Regal Blue #26415B

Tints of Regal Blue #26415B

RGB

 RED value IS 38 (15.23% from 255) = 19.59%

 GREEN value IS 65 (25.78% from 255) = 33.51%

 BLUE value IS 91 (35.94% from 255) = 46.91%

R = 19.59%
G = 33.51%
B = 46.91%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26415B (or 0x26415B) is known color: Regal Blue. HEX triplet: 26, 41 and 5B. RGB value is (38,65,91). Sum of RGB (Red+Green+Blue) = 38+65+91=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #26415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26415B is #D9BEA4. Grayscale: #3B3B3B. Windows color (decimal): -14270117 or 5980454. OLE color: 5980454.

HSL color Cylindrical-coordinate representation of color #26415B: hue angle of 209.43º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26415B is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 65 91 -
CMYK 0.58 0.29 0 0.64
HSL 209.43º 0.41% 0.25% -
HSV(B) 209.43º 0.58% 0.36% -
XYZ 4.58 4.95 10.61 -
YUV 59.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 38 65 91 0.58 0.29 0 0.64 209.43 0.41 0.25
Hex 26 41 5B 3A 1D 0 40 D1 29 19
Octal 46 101 133 72 35 0 100 321 51 31
Binary 100110 1000001 1011011 111010 11101 0 1000000 11010001 101001 11001

Color Harmonies of #26415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26415B

Black with #26415B

Text Example


Text Example

White with #26415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26415B; }

 p { color: rgb(38,65,91); }

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

background-color css

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

 a { background-color: rgb(38,65,91); }

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

border-color css

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

 span { border-color: rgb(38,65,91); }

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