Html Css Color HEX #153C41 Nordic

📋 copy color: '#153C41'

red 21 ◦ green 60 ◦ blue 65

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

Shades of Nordic #153C41

Tints of Nordic #153C41

RGB

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

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

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

R = 14.38%
G = 41.1%
B = 44.52%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153C41 (or 0x153C41) is known color: Nordic. HEX triplet: 15, 3C and 41. RGB value is (21,60,65). Sum of RGB (Red+Green+Blue) = 21+60+65=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #153C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C41 is #EAC3BE. Grayscale: #303030. Windows color (decimal): -15385535 or 4275221. OLE color: 4275221.

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

Color convert

RGB 21 60 65 -
CMYK 0.68 0.08 0 0.75
HSL 186.82º 0.51% 0.17% -
HSV(B) 186.82º 0.68% 0.25% -
XYZ 2.88 3.77 5.58 -
YUV 48.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 21 60 65 0.68 0.08 0 0.75 186.82 0.51 0.17
Hex 15 3C 41 44 8 0 4B BB 33 11
Octal 25 74 101 104 10 0 113 273 63 21
Binary 10101 111100 1000001 1000100 1000 0 1001011 10111011 110011 10001

Color Harmonies of #153C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C41

Black with #153C41

Text Example


Text Example

White with #153C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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