Html Css Color HEX #153D47 Nordic

📋 copy color: '#153D47'

red 21 ◦ green 61 ◦ blue 71

#153D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #153D47

Tints of Nordic #153D47

RGB

 RED value IS 21 (8.59% from 255) = 13.73%

 GREEN value IS 61 (24.22% from 255) = 39.87%

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 13.73%
G = 39.87%
B = 46.41%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153D47 (or 0x153D47) is known color: Nordic. HEX triplet: 15, 3D and 47. RGB value is (21,61,71). Sum of RGB (Red+Green+Blue) = 21+61+71=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #153D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D47 is #EAC2B8. Grayscale: #323232. Windows color (decimal): -15385273 or 4668693. OLE color: 4668693.

HSL color Cylindrical-coordinate representation of color #153D47: hue angle of 192º 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 #153D47 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 61 71 -
CMYK 0.70 0.14 0 0.72
HSL 192º 0.54% 0.18% -
HSV(B) 192º 0.7% 0.28% -
XYZ 3.12 3.95 6.56 -
YUV 50.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 21 61 71 0.70 0.14 0 0.72 192 0.54 0.18
Hex 15 3D 47 46 E 0 48 C0 36 12
Octal 25 75 107 106 16 0 110 300 66 22
Binary 10101 111101 1000111 1000110 1110 0 1001000 11000000 110110 10010

Color Harmonies of #153D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D47

Black with #153D47

Text Example


Text Example

White with #153D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #153D47;
 }
 .AnyTagClassName
 {
   color: #153D47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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