Html Css Color HEX #154267 Regal Blue

📋 copy color: '#154267'

red 21 ◦ green 66 ◦ blue 103

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

Shades of Regal Blue #154267

Tints of Regal Blue #154267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 11.05%
G = 34.74%
B = 54.21%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#154267 (or 0x154267) is known color: Regal Blue. HEX triplet: 15, 42 and 67. RGB value is (21,66,103). Sum of RGB (Red+Green+Blue) = 21+66+103=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #154267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154267 is #EABD98. Grayscale: #383838. Windows color (decimal): -15383961 or 6767125. OLE color: 6767125.

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

Color convert

RGB 21 66 103 -
CMYK 0.80 0.36 0 0.60
HSL 207.07º 0.66% 0.24% -
HSV(B) 207.07º 0.8% 0.4% -
XYZ 4.71 5.04 13.56 -
YUV 56.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 21 66 103 0.80 0.36 0 0.60 207.07 0.66 0.24
Hex 15 42 67 50 24 0 3C CF 42 18
Octal 25 102 147 120 44 0 74 317 102 30
Binary 10101 1000010 1100111 1010000 100100 0 111100 11001111 1000010 11000

Color Harmonies of #154267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154267

Black with #154267

Text Example


Text Example

White with #154267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154267; }

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

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

background-color css

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

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

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

border-color css

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

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

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