Html Css Color HEX #154261 Regal Blue

📋 copy color: '#154261'

red 21 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #154261

Tints of Regal Blue #154261

RGB

 RED value IS 21 (8.59% from 255) = 11.41%

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

 BLUE value IS 97 (38.28% from 255) = 52.72%

R = 11.41%
G = 35.87%
B = 52.72%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154261 (or 0x154261) is known color: Regal Blue. HEX triplet: 15, 42 and 61. RGB value is (21,66,97). Sum of RGB (Red+Green+Blue) = 21+66+97=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #154261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154261 is #EABD9E. Grayscale: #373737. Windows color (decimal): -15383967 or 6373909. OLE color: 6373909.

HSL color Cylindrical-coordinate representation of color #154261: hue angle of 204.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154261 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 66 97 -
CMYK 0.78 0.32 0 0.62
HSL 204.47º 0.64% 0.23% -
HSV(B) 204.47º 0.78% 0.38% -
XYZ 4.42 4.92 12.03 -
YUV 56.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 21 66 97 0.78 0.32 0 0.62 204.47 0.64 0.23
Hex 15 42 61 4E 20 0 3E CC 40 17
Octal 25 102 141 116 40 0 76 314 100 27
Binary 10101 1000010 1100001 1001110 100000 0 111110 11001100 1000000 10111

Color Harmonies of #154261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154261

Black with #154261

Text Example


Text Example

White with #154261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154261; }

 p { color: rgb(21,66,97); }

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

background-color css

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

 a { background-color: rgb(21,66,97); }

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

border-color css

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

 span { border-color: rgb(21,66,97); }

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