#142F55

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

Shades of Regal Blue #142F55

Tints of Regal Blue #142F55

Color information

#142F55 (or 0x142F55) is unknown color: approx Regal Blue. HEX triplet: 14, 2F and 55. RGB value is (20,47,85). Sum of RGB (Red+Green+Blue) = 20+47+85=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #142F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F55 is #EBD0AA. Grayscale: #2B2B2B. Windows color (decimal): -15454379 or 5582612. OLE color: 5582612.

HSL color Cylindrical-coordinate representation of color #142F55: hue angle of 215.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142F55 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB204785-
CMYK0.760.4500.67
HSL215.08º61.9%20.59%-
HSV(B)215.08º76.47%33.33%-
XYZ2.942.848.99-
YUV43.26151.55111.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=13.16%
G=30.92%
B=55.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2047850.760.4500.67215.0861.920.59
Hex142F554C2D043d73e15
Octal24571251145501033277625
Binary1010010111110101011001100101101010000111101011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142F55; }

 p { color: rgb(20,47,85); }

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

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

 a { background-color: rgb(20,47,85); }

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

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

 span { border-color: rgb(20,47,85); }

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