Html Css Color HEX #153E48 Nordic

📋 copy color: '#153E48'

red 21 ◦ green 62 ◦ blue 72

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

Shades of Nordic #153E48

Tints of Nordic #153E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

 BLUE value IS 72 (28.52% from 255) = 46.45%

R = 13.55%
G = 40%
B = 46.45%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153E48 (or 0x153E48) is known color: Nordic. HEX triplet: 15, 3E and 48. RGB value is (21,62,72). Sum of RGB (Red+Green+Blue) = 21+62+72=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #153E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E48 is #EAC1B7. Grayscale: #323232. Windows color (decimal): -15385016 or 4734485. OLE color: 4734485.

HSL color Cylindrical-coordinate representation of color #153E48: hue angle of 191.76º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153E48 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 62 72 -
CMYK 0.71 0.14 0 0.72
HSL 191.76º 0.55% 0.18% -
HSV(B) 191.76º 0.71% 0.28% -
XYZ 3.2 4.07 6.75 -
YUV 50.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 21 62 72 0.71 0.14 0 0.72 191.76 0.55 0.18
Hex 15 3E 48 47 E 0 48 C0 37 12
Octal 25 76 110 107 16 0 110 300 67 22
Binary 10101 111110 1001000 1000111 1110 0 1001000 11000000 110111 10010

Color Harmonies of #153E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153E48

Black with #153E48

Text Example


Text Example

White with #153E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,62,72); }

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

background-color css

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

 a { background-color: rgb(21,62,72); }

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

border-color css

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

 span { border-color: rgb(21,62,72); }

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