Html Css Color HEX #154165 Regal Blue

📋 copy color: '#154165'

red 21 ◦ green 65 ◦ blue 101

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

Shades of Regal Blue #154165

Tints of Regal Blue #154165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 11.23%
G = 34.76%
B = 54.01%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#154165 (or 0x154165) is known color: Regal Blue. HEX triplet: 15, 41 and 65. RGB value is (21,65,101). Sum of RGB (Red+Green+Blue) = 21+65+101=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #154165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154165 is #EABE9A. Grayscale: #373737. Windows color (decimal): -15384219 or 6635797. OLE color: 6635797.

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

Color convert

RGB 21 65 101 -
CMYK 0.79 0.36 0 0.60
HSL 207º 0.66% 0.24% -
HSV(B) 207º 0.79% 0.4% -
XYZ 4.55 4.88 13.01 -
YUV 55.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 21 65 101 0.79 0.36 0 0.60 207 0.66 0.24
Hex 15 41 65 4F 24 0 3C CF 42 18
Octal 25 101 145 117 44 0 74 317 102 30
Binary 10101 1000001 1100101 1001111 100100 0 111100 11001111 1000010 11000

Color Harmonies of #154165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154165

Black with #154165

Text Example


Text Example

White with #154165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154165; }

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

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

background-color css

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

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

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

border-color css

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

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

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