#143355

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

Shades of Regal Blue #143355

Tints of Regal Blue #143355

Color information

#143355 (or 0x143355) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 55. RGB value is (20,51,85). Sum of RGB (Red+Green+Blue) = 20+51+85=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #143355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143355 is #EBCCAA. Grayscale: #2D2D2D. Windows color (decimal): -15453355 or 5583636. OLE color: 5583636.

HSL color Cylindrical-coordinate representation of color #143355: hue angle of 211.38º 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 #143355 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205185-
CMYK0.760.4000.67
HSL211.38º61.9%20.59%-
HSV(B)211.38º76.47%33.33%-
XYZ3.113.179.04-
YUV45.61150.23109.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=12.82%
G=32.69%
B=54.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2051850.760.4000.67211.3861.920.59
Hex1433554C28043d33e15
Octal24631251145001033237625
Binary1010011001110101011001100101000010000111101001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143355; }

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

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

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

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

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

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

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

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