#153D44

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

Shades of Nordic #153D44

Tints of Nordic #153D44

Color information

#153D44 (or 0x153D44) is unknown color: approx Nordic. HEX triplet: 15, 3D and 44. RGB value is (21,61,68). Sum of RGB (Red+Green+Blue) = 21+61+68=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #153D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D44 is #EAC2BB. Grayscale: #313131. Windows color (decimal): -15385276 or 4472085. OLE color: 4472085.

HSL color Cylindrical-coordinate representation of color #153D44: hue angle of 188.94º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153D44 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB216168-
CMYK0.690.1000.73
HSL188.94º52.81%17.45%-
HSV(B)188.94º69.12%26.67%-
XYZ3.023.916.07-
YUV49.84138.25107.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 61 (24.22% from 255) = 40.67%
BLUE value IS 68 (26.95% from 255) = 45.33%
R=14%
G=40.67%
B=45.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2161680.690.1000.73188.9452.8117.45
Hex153D4445A049bd3511
Octal25751041051201112756521
Binary10101111101100010010001011010010010011011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,61,68); }

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

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

 a { background-color: rgb(21,61,68); }

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

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

 span { border-color: rgb(21,61,68); }

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