#154267

Color #154267 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #154267

Tints of Regal Blue #154267

Color information

#154267 (or 0x154267) is unknown color: approx 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

RGB2166103-
CMYK0.800.3600.60
HSL207.07º66.13%24.31%-
HSV(B)207.07º79.61%40.39%-
XYZ4.715.0413.56-
YUV56.76154.09102.49-

RGB Variations

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

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.62% from 255) = 54.21%
R=11.05%
G=34.74%
B=54.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21661030.800.3600.60207.0766.1324.31
Hex154267502403Ccf4218
Octal251021471204407431710230
Binary10101100001011001111010000100100011110011001111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>