Html Css Color HEX #154066 Regal Blue

📋 copy color: '#154066'

red 21 ◦ green 64 ◦ blue 102

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

Shades of Regal Blue #154066

Tints of Regal Blue #154066

RGB

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

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

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

R = 11.23%
G = 34.22%
B = 54.55%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#154066 (or 0x154066) is known color: Regal Blue. HEX triplet: 15, 40 and 66. RGB value is (21,64,102). Sum of RGB (Red+Green+Blue) = 21+64+102=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #154066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154066 is #EABF99. Grayscale: #373737. Windows color (decimal): -15384474 or 6701077. OLE color: 6701077.

HSL color Cylindrical-coordinate representation of color #154066: hue angle of 208.15º 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 #154066 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 64 102 -
CMYK 0.79 0.37 0 0.6
HSL 208.15º 0.66% 0.24% -
HSV(B) 208.15º 0.79% 0.4% -
XYZ 4.54 4.79 13.25 -
YUV 55.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 21 64 102 0.79 0.37 0 0.6 208.15 0.66 0.24
Hex 15 40 66 4F 25 0 3C D0 42 18
Octal 25 100 146 117 45 0 74 320 102 30
Binary 10101 1000000 1100110 1001111 100101 0 111100 11010000 1000010 11000

Color Harmonies of #154066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154066

Black with #154066

Text Example


Text Example

White with #154066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154066; }

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

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

background-color css

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

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

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

border-color css

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

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

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