Html Css Color HEX #26405A Regal Blue

📋 copy color: '#26405A'

red 38 ◦ green 64 ◦ blue 90

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

Shades of Regal Blue #26405A

Tints of Regal Blue #26405A

RGB

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

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

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

R = 19.79%
G = 33.33%
B = 46.88%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#26405A (or 0x26405A) is known color: Regal Blue. HEX triplet: 26, 40 and 5A. RGB value is (38,64,90). Sum of RGB (Red+Green+Blue) = 38+64+90=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #26405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26405A is #D9BFA5. Grayscale: #3B3B3B. Windows color (decimal): -14270374 or 5914662. OLE color: 5914662.

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

Color convert

RGB 38 64 90 -
CMYK 0.58 0.29 0 0.65
HSL 210º 0.41% 0.25% -
HSV(B) 210º 0.58% 0.35% -
XYZ 4.48 4.82 10.37 -
YUV 59.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 38 64 90 0.58 0.29 0 0.65 210 0.41 0.25
Hex 26 40 5A 3A 1D 0 41 D2 29 19
Octal 46 100 132 72 35 0 101 322 51 31
Binary 100110 1000000 1011010 111010 11101 0 1000001 11010010 101001 11001

Color Harmonies of #26405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26405A

Black with #26405A

Text Example


Text Example

White with #26405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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