Html Css Color HEX #153741 Nordic

📋 copy color: '#153741'

red 21 ◦ green 55 ◦ blue 65

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

Shades of Nordic #153741

Tints of Nordic #153741

RGB

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

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

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

R = 14.89%
G = 39.01%
B = 46.1%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153741 (or 0x153741) is known color: Nordic. HEX triplet: 15, 37 and 41. RGB value is (21,55,65). Sum of RGB (Red+Green+Blue) = 21+55+65=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #153741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153741 is #EAC8BE. Grayscale: #2D2D2D. Windows color (decimal): -15386815 or 4273941. OLE color: 4273941.

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

Color convert

RGB 21 55 65 -
CMYK 0.68 0.15 0 0.75
HSL 193.64º 0.51% 0.17% -
HSV(B) 193.64º 0.68% 0.25% -
XYZ 2.63 3.27 5.49 -
YUV 45.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 21 55 65 0.68 0.15 0 0.75 193.64 0.51 0.17
Hex 15 37 41 44 F 0 4B C2 33 11
Octal 25 67 101 104 17 0 113 302 63 21
Binary 10101 110111 1000001 1000100 1111 0 1001011 11000010 110011 10001

Color Harmonies of #153741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153741

Black with #153741

Text Example


Text Example

White with #153741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153741; }

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

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

background-color css

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

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

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

border-color css

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

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

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