#144265

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

Shades of Regal Blue #144265

Tints of Regal Blue #144265

Color information

#144265 (or 0x144265) is unknown color: approx Regal Blue. HEX triplet: 14, 42 and 65. RGB value is (20,66,101). Sum of RGB (Red+Green+Blue) = 20+66+101=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 66 (26.17% from 255 or 35.29% 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 #144265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144265 is #EBBD9A. Grayscale: #383838. Windows color (decimal): -15449499 or 6636052. OLE color: 6636052.

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

Color convert

RGB2066101-
CMYK0.800.3500.60
HSL205.93º66.94%23.73%-
HSV(B)205.93º80.2%39.61%-
XYZ4.594.9813.03-
YUV56.24153.26102.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 101 (39.84% from 255) = 54.01%
R=10.70%
G=35.29%
B=54.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20661010.800.3500.60205.9366.9423.73
Hex144265502303Cce4318
Octal241021451204307431610330
Binary10100100001011001011010000100011011110011001110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144265; }

 p { color: rgb(20,66,101); }

 H1.HeaderClassName
 {
   color: #144265;
 }
 .AnyTagClassName
 {
   color: #144265;
 }
</style>
background-color css

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

 a { background-color: rgb(20,66,101); }

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

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

 span { border-color: rgb(20,66,101); }

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