Html Css Color HEX #154063 Regal Blue

📋 copy color: '#154063'

red 21 ◦ green 64 ◦ blue 99

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

Shades of Regal Blue #154063

Tints of Regal Blue #154063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 11.41%
G = 34.78%
B = 53.8%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#154063 (or 0x154063) is known color: Regal Blue. HEX triplet: 15, 40 and 63. RGB value is (21,64,99). Sum of RGB (Red+Green+Blue) = 21+64+99=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #154063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154063 is #EABF9C. Grayscale: #363636. Windows color (decimal): -15384477 or 6504469. OLE color: 6504469.

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

Color convert

RGB 21 64 99 -
CMYK 0.79 0.35 0 0.61
HSL 206.92º 0.65% 0.24% -
HSV(B) 206.92º 0.79% 0.39% -
XYZ 4.39 4.73 12.49 -
YUV 55.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 21 64 99 0.79 0.35 0 0.61 206.92 0.65 0.24
Hex 15 40 63 4F 23 0 3D CF 41 18
Octal 25 100 143 117 43 0 75 317 101 30
Binary 10101 1000000 1100011 1001111 100011 0 111101 11001111 1000001 11000

Color Harmonies of #154063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154063

Black with #154063

Text Example


Text Example

White with #154063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154063; }

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

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

background-color css

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

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

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

border-color css

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

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

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