Html Css Color HEX #153E46 Nordic

📋 copy color: '#153E46'

red 21 ◦ green 62 ◦ blue 70

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

Shades of Nordic #153E46

Tints of Nordic #153E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 45.75%

R = 13.73%
G = 40.52%
B = 45.75%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153E46 (or 0x153E46) is known color: Nordic. HEX triplet: 15, 3E and 46. RGB value is (21,62,70). Sum of RGB (Red+Green+Blue) = 21+62+70=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 70 - color contains mainly: blue. Hex color #153E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E46 is #EAC1B9. Grayscale: #323232. Windows color (decimal): -15385018 or 4603413. OLE color: 4603413.

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

Color convert

RGB 21 62 70 -
CMYK 0.70 0.11 0 0.73
HSL 189.8º 0.54% 0.18% -
HSV(B) 189.8º 0.7% 0.27% -
XYZ 3.14 4.05 6.41 -
YUV 50.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 21 62 70 0.70 0.11 0 0.73 189.8 0.54 0.18
Hex 15 3E 46 46 B 0 49 BE 36 12
Octal 25 76 106 106 13 0 111 276 66 22
Binary 10101 111110 1000110 1000110 1011 0 1001001 10111110 110110 10010

Color Harmonies of #153E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153E46

Black with #153E46

Text Example


Text Example

White with #153E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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