Html Css Color HEX #264259 Regal Blue

📋 copy color: '#264259'

red 38 ◦ green 66 ◦ blue 89

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

Shades of Regal Blue #264259

Tints of Regal Blue #264259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 19.69%
G = 34.2%
B = 46.11%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#264259 (or 0x264259) is known color: Regal Blue. HEX triplet: 26, 42 and 59. RGB value is (38,66,89). Sum of RGB (Red+Green+Blue) = 38+66+89=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #264259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264259 is #D9BDA6. Grayscale: #3C3C3C. Windows color (decimal): -14269863 or 5849638. OLE color: 5849638.

HSL color Cylindrical-coordinate representation of color #264259: hue angle of 207.06º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264259 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 66 89 -
CMYK 0.57 0.26 0 0.65
HSL 207.06º 0.4% 0.25% -
HSV(B) 207.06º 0.57% 0.35% -
XYZ 4.55 5.03 10.18 -
YUV 60.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 38 66 89 0.57 0.26 0 0.65 207.06 0.4 0.25
Hex 26 42 59 39 1A 0 41 CF 28 19
Octal 46 102 131 71 32 0 101 317 50 31
Binary 100110 1000010 1011001 111001 11010 0 1000001 11001111 101000 11001

Color Harmonies of #264259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264259

Black with #264259

Text Example


Text Example

White with #264259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264259; }

 p { color: rgb(38,66,89); }

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

background-color css

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

 a { background-color: rgb(38,66,89); }

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

border-color css

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

 span { border-color: rgb(38,66,89); }

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