Html Css Color HEX #153A40 Nordic

📋 copy color: '#153A40'

red 21 ◦ green 58 ◦ blue 64

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

Shades of Nordic #153A40

Tints of Nordic #153A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.56%

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

R = 14.69%
G = 40.56%
B = 44.76%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153A40 (or 0x153A40) is known color: Nordic. HEX triplet: 15, 3A and 40. RGB value is (21,58,64). Sum of RGB (Red+Green+Blue) = 21+58+64=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #153A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A40 is #EAC5BF. Grayscale: #2F2F2F. Windows color (decimal): -15386048 or 4209173. OLE color: 4209173.

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

Color convert

RGB 21 58 64 -
CMYK 0.67 0.09 0 0.75
HSL 188.37º 0.51% 0.17% -
HSV(B) 188.37º 0.67% 0.25% -
XYZ 2.75 3.56 5.39 -
YUV 47.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 21 58 64 0.67 0.09 0 0.75 188.37 0.51 0.17
Hex 15 3A 40 43 9 0 4B BC 33 11
Octal 25 72 100 103 11 0 113 274 63 21
Binary 10101 111010 1000000 1000011 1001 0 1001011 10111100 110011 10001

Color Harmonies of #153A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A40

Black with #153A40

Text Example


Text Example

White with #153A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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