Html Css Color HEX #153C40 Nordic

📋 copy color: '#153C40'

red 21 ◦ green 60 ◦ blue 64

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

Shades of Nordic #153C40

Tints of Nordic #153C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.38%

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

R = 14.48%
G = 41.38%
B = 44.14%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153C40 (or 0x153C40) is known color: Nordic. HEX triplet: 15, 3C and 40. RGB value is (21,60,64). Sum of RGB (Red+Green+Blue) = 21+60+64=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #153C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C40 is #EAC3BF. Grayscale: #303030. Windows color (decimal): -15385536 or 4209685. OLE color: 4209685.

HSL color Cylindrical-coordinate representation of color #153C40: hue angle of 185.58º 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 #153C40 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 60 64 -
CMYK 0.67 0.06 0 0.75
HSL 185.58º 0.51% 0.17% -
HSV(B) 185.58º 0.67% 0.25% -
XYZ 2.85 3.76 5.43 -
YUV 48.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 21 60 64 0.67 0.06 0 0.75 185.58 0.51 0.17
Hex 15 3C 40 43 6 0 4B BA 33 11
Octal 25 74 100 103 6 0 113 272 63 21
Binary 10101 111100 1000000 1000011 110 0 1001011 10111010 110011 10001

Color Harmonies of #153C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C40

Black with #153C40

Text Example


Text Example

White with #153C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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