#153A42

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

Shades of Nordic #153A42

Tints of Nordic #153A42

Color information

#153A42 (or 0x153A42) is unknown color: approx Nordic. HEX triplet: 15, 3A and 42. RGB value is (21,58,66). Sum of RGB (Red+Green+Blue) = 21+58+66=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #153A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A42 is #EAC5BD. Grayscale: #2F2F2F. Windows color (decimal): -15386046 or 4340245. OLE color: 4340245.

HSL color Cylindrical-coordinate representation of color #153A42: hue angle of 190.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153A42 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB215866-
CMYK0.680.1200.74
HSL190.67º51.72%17.06%-
HSV(B)190.67º68.18%25.88%-
XYZ2.813.585.7-
YUV47.85138.24108.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=14.48%
G=40%
B=45.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2158660.680.1200.74190.6751.7217.06
Hex153A4244C04Abf3411
Octal25721021041401122776421
Binary10101111010100001010001001100010010101011111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,58,66); }

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

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

 a { background-color: rgb(21,58,66); }

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

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

 span { border-color: rgb(21,58,66); }

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