Html Css Color HEX #153740 Nordic

📋 copy color: '#153740'

red 21 ◦ green 55 ◦ blue 64

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

Shades of Nordic #153740

Tints of Nordic #153740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

 BLUE value IS 64 (25.39% from 255) = 45.71%

R = 15%
G = 39.29%
B = 45.71%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153740 (or 0x153740) is known color: Nordic. HEX triplet: 15, 37 and 40. RGB value is (21,55,64). Sum of RGB (Red+Green+Blue) = 21+55+64=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #153740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153740 is #EAC8BF. Grayscale: #2D2D2D. Windows color (decimal): -15386816 or 4208405. OLE color: 4208405.

HSL color Cylindrical-coordinate representation of color #153740: hue angle of 192.56º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153740 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 55 64 -
CMYK 0.67 0.14 0 0.75
HSL 192.56º 0.51% 0.17% -
HSV(B) 192.56º 0.67% 0.25% -
XYZ 2.6 3.26 5.34 -
YUV 45.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 21 55 64 0.67 0.14 0 0.75 192.56 0.51 0.17
Hex 15 37 40 43 E 0 4B C1 33 11
Octal 25 67 100 103 16 0 113 301 63 21
Binary 10101 110111 1000000 1000011 1110 0 1001011 11000001 110011 10001

Color Harmonies of #153740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153740

Black with #153740

Text Example


Text Example

White with #153740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153740; }

 p { color: rgb(21,55,64); }

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

background-color css

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

 a { background-color: rgb(21,55,64); }

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

border-color css

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

 span { border-color: rgb(21,55,64); }

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