Html Css Color HEX #154163 Regal Blue

📋 copy color: '#154163'

red 21 ◦ green 65 ◦ blue 99

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

Shades of Regal Blue #154163

Tints of Regal Blue #154163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 11.35%
G = 35.14%
B = 53.51%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#154163 (or 0x154163) is known color: Regal Blue. HEX triplet: 15, 41 and 63. RGB value is (21,65,99). Sum of RGB (Red+Green+Blue) = 21+65+99=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #154163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154163 is #EABE9C. Grayscale: #373737. Windows color (decimal): -15384221 or 6504725. OLE color: 6504725.

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

Color convert

RGB 21 65 99 -
CMYK 0.79 0.34 0 0.61
HSL 206.15º 0.65% 0.24% -
HSV(B) 206.15º 0.79% 0.39% -
XYZ 4.45 4.84 12.5 -
YUV 55.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 21 65 99 0.79 0.34 0 0.61 206.15 0.65 0.24
Hex 15 41 63 4F 22 0 3D CE 41 18
Octal 25 101 143 117 42 0 75 316 101 30
Binary 10101 1000001 1100011 1001111 100010 0 111101 11001110 1000001 11000

Color Harmonies of #154163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154163

Black with #154163

Text Example


Text Example

White with #154163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154163; }

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

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

background-color css

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

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

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

border-color css

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

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

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