Html Css Color HEX #26445D Regal Blue

📋 copy color: '#26445D'

red 38 ◦ green 68 ◦ blue 93

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

Shades of Regal Blue #26445D

Tints of Regal Blue #26445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 19.1%
G = 34.17%
B = 46.73%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26445D (or 0x26445D) is known color: Regal Blue. HEX triplet: 26, 44 and 5D. RGB value is (38,68,93). Sum of RGB (Red+Green+Blue) = 38+68+93=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #26445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26445D is #D9BBA2. Grayscale: #3D3D3D. Windows color (decimal): -14269347 or 6112294. OLE color: 6112294.

HSL color Cylindrical-coordinate representation of color #26445D: hue angle of 207.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26445D is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 68 93 -
CMYK 0.59 0.27 0 0.64
HSL 207.27º 0.42% 0.26% -
HSV(B) 207.27º 0.59% 0.36% -
XYZ 4.84 5.34 11.13 -
YUV 61.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 38 68 93 0.59 0.27 0 0.64 207.27 0.42 0.26
Hex 26 44 5D 3B 1B 0 40 CF 2A 1A
Octal 46 104 135 73 33 0 100 317 52 32
Binary 100110 1000100 1011101 111011 11011 0 1000000 11001111 101010 11010

Color Harmonies of #26445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26445D

Black with #26445D

Text Example


Text Example

White with #26445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26445D; }

 p { color: rgb(38,68,93); }

 H1.HeaderClassName
 {
   color: #26445D;
 }
 .AnyTagClassName
 {
   color: #26445D;
 }
</style>

background-color css

<style>
 a { background-color: #26445D; }

 a { background-color: rgb(38,68,93); }

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

border-color css

<style>
 span { border-color: #26445D; }

 span { border-color: rgb(38,68,93); }

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