Html Css Color HEX #154167 Regal Blue

📋 copy color: '#154167'

red 21 ◦ green 65 ◦ blue 103

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

Shades of Regal Blue #154167

Tints of Regal Blue #154167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 54.5%

R = 11.11%
G = 34.39%
B = 54.5%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#154167 (or 0x154167) is known color: Regal Blue. HEX triplet: 15, 41 and 67. RGB value is (21,65,103). Sum of RGB (Red+Green+Blue) = 21+65+103=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #154167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154167 is #EABE98. Grayscale: #373737. Windows color (decimal): -15384217 or 6766869. OLE color: 6766869.

HSL color Cylindrical-coordinate representation of color #154167: hue angle of 207.8º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154167 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 65 103 -
CMYK 0.80 0.37 0 0.60
HSL 207.8º 0.66% 0.24% -
HSV(B) 207.8º 0.8% 0.4% -
XYZ 4.65 4.92 13.54 -
YUV 56.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 21 65 103 0.80 0.37 0 0.60 207.8 0.66 0.24
Hex 15 41 67 50 25 0 3C D0 42 18
Octal 25 101 147 120 45 0 74 320 102 30
Binary 10101 1000001 1100111 1010000 100101 0 111100 11010000 1000010 11000

Color Harmonies of #154167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154167

Black with #154167

Text Example


Text Example

White with #154167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154167; }

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

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

background-color css

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

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

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

border-color css

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

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

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