Html Css Color HEX #153A41 Nordic

📋 copy color: '#153A41'

red 21 ◦ green 58 ◦ blue 65

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

Shades of Nordic #153A41

Tints of Nordic #153A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 14.58%
G = 40.28%
B = 45.14%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153A41 (or 0x153A41) is known color: Nordic. HEX triplet: 15, 3A and 41. RGB value is (21,58,65). Sum of RGB (Red+Green+Blue) = 21+58+65=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #153A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A41 is #EAC5BE. Grayscale: #2F2F2F. Windows color (decimal): -15386047 or 4274709. OLE color: 4274709.

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

Color convert

RGB 21 58 65 -
CMYK 0.68 0.11 0 0.75
HSL 189.55º 0.51% 0.17% -
HSV(B) 189.55º 0.68% 0.25% -
XYZ 2.78 3.57 5.54 -
YUV 47.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 21 58 65 0.68 0.11 0 0.75 189.55 0.51 0.17
Hex 15 3A 41 44 B 0 4B BE 33 11
Octal 25 72 101 104 13 0 113 276 63 21
Binary 10101 111010 1000001 1000100 1011 0 1001011 10111110 110011 10001

Color Harmonies of #153A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A41

Black with #153A41

Text Example


Text Example

White with #153A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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