Html Css Color HEX #154266 Regal Blue

📋 copy color: '#154266'

red 21 ◦ green 66 ◦ blue 102

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

Shades of Regal Blue #154266

Tints of Regal Blue #154266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.97%

R = 11.11%
G = 34.92%
B = 53.97%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#154266 (or 0x154266) is known color: Regal Blue. HEX triplet: 15, 42 and 66. RGB value is (21,66,102). Sum of RGB (Red+Green+Blue) = 21+66+102=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #154266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154266 is #EABD99. Grayscale: #383838. Windows color (decimal): -15383962 or 6701589. OLE color: 6701589.

HSL color Cylindrical-coordinate representation of color #154266: hue angle of 206.67º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154266 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 66 102 -
CMYK 0.79 0.35 0 0.6
HSL 206.67º 0.66% 0.24% -
HSV(B) 206.67º 0.79% 0.4% -
XYZ 4.66 5.02 13.29 -
YUV 56.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 21 66 102 0.79 0.35 0 0.6 206.67 0.66 0.24
Hex 15 42 66 4F 23 0 3C CF 42 18
Octal 25 102 146 117 43 0 74 317 102 30
Binary 10101 1000010 1100110 1001111 100011 0 111100 11001111 1000010 11000

Color Harmonies of #154266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154266

Black with #154266

Text Example


Text Example

White with #154266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154266; }

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

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

background-color css

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

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

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

border-color css

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

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

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