Html Css Color HEX #154469 Regal Blue

📋 copy color: '#154469'

red 21 ◦ green 68 ◦ blue 105

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

Shades of Regal Blue #154469

Tints of Regal Blue #154469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 10.82%
G = 35.05%
B = 54.12%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154469 (or 0x154469) is known color: Regal Blue. HEX triplet: 15, 44 and 69. RGB value is (21,68,105). Sum of RGB (Red+Green+Blue) = 21+68+105=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #154469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154469 is #EABB96. Grayscale: #393939. Windows color (decimal): -15383447 or 6898709. OLE color: 6898709.

HSL color Cylindrical-coordinate representation of color #154469: hue angle of 206.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154469 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 68 105 -
CMYK 0.80 0.35 0 0.59
HSL 206.43º 0.67% 0.25% -
HSV(B) 206.43º 0.8% 0.41% -
XYZ 4.93 5.31 14.13 -
YUV 58.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 21 68 105 0.80 0.35 0 0.59 206.43 0.67 0.25
Hex 15 44 69 50 23 0 3B CE 43 19
Octal 25 104 151 120 43 0 73 316 103 31
Binary 10101 1000100 1101001 1010000 100011 0 111011 11001110 1000011 11001

Color Harmonies of #154469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154469

Black with #154469

Text Example


Text Example

White with #154469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154469; }

 p { color: rgb(21,68,105); }

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

background-color css

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

 a { background-color: rgb(21,68,105); }

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

border-color css

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

 span { border-color: rgb(21,68,105); }

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