#153C47

Color #153C47 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #153C47

Tints of Nordic #153C47

Color information

#153C47 (or 0x153C47) is unknown color: approx Nordic. HEX triplet: 15, 3C and 47. RGB value is (21,60,71). Sum of RGB (Red+Green+Blue) = 21+60+71=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #153C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C47 is #EAC3B8. Grayscale: #313131. Windows color (decimal): -15385529 or 4668437. OLE color: 4668437.

HSL color Cylindrical-coordinate representation of color #153C47: hue angle of 193.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153C47 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB216071-
CMYK0.700.1500.72
HSL193.2º54.35%18.04%-
HSV(B)193.2º70.42%27.84%-
XYZ3.063.856.54-
YUV49.59140.08107.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=13.82%
G=39.47%
B=46.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2160710.700.1500.72193.254.3518.04
Hex153C4746F048c13612
Octal25741071061701103016622
Binary10101111100100011110001101111010010001100000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153C47; }

 p { color: rgb(21,60,71); }

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

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

 a { background-color: rgb(21,60,71); }

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

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

 span { border-color: rgb(21,60,71); }

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