Html Css Color HEX #154162 Regal Blue

📋 copy color: '#154162'

red 21 ◦ green 65 ◦ blue 98

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

Shades of Regal Blue #154162

Tints of Regal Blue #154162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 11.41%
G = 35.33%
B = 53.26%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154162 (or 0x154162) is known color: Regal Blue. HEX triplet: 15, 41 and 62. RGB value is (21,65,98). Sum of RGB (Red+Green+Blue) = 21+65+98=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #154162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154162 is #EABE9D. Grayscale: #373737. Windows color (decimal): -15384222 or 6439189. OLE color: 6439189.

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

Color convert

RGB 21 65 98 -
CMYK 0.79 0.34 0 0.62
HSL 205.71º 0.65% 0.23% -
HSV(B) 205.71º 0.79% 0.38% -
XYZ 4.4 4.82 12.25 -
YUV 55.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 21 65 98 0.79 0.34 0 0.62 205.71 0.65 0.23
Hex 15 41 62 4F 22 0 3E CE 41 17
Octal 25 101 142 117 42 0 76 316 101 27
Binary 10101 1000001 1100010 1001111 100010 0 111110 11001110 1000001 10111

Color Harmonies of #154162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154162

Black with #154162

Text Example


Text Example

White with #154162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154162; }

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

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

background-color css

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

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

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

border-color css

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

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

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