Html Css Color HEX #153841 Nordic

📋 copy color: '#153841'

red 21 ◦ green 56 ◦ blue 65

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

Shades of Nordic #153841

Tints of Nordic #153841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.44%

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

R = 14.79%
G = 39.44%
B = 45.77%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153841 (or 0x153841) is known color: Nordic. HEX triplet: 15, 38 and 41. RGB value is (21,56,65). Sum of RGB (Red+Green+Blue) = 21+56+65=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #153841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153841 is #EAC7BE. Grayscale: #2E2E2E. Windows color (decimal): -15386559 or 4274197. OLE color: 4274197.

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

Color convert

RGB 21 56 65 -
CMYK 0.68 0.14 0 0.75
HSL 192.27º 0.51% 0.17% -
HSV(B) 192.27º 0.68% 0.25% -
XYZ 2.68 3.37 5.51 -
YUV 46.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 21 56 65 0.68 0.14 0 0.75 192.27 0.51 0.17
Hex 15 38 41 44 E 0 4B C0 33 11
Octal 25 70 101 104 16 0 113 300 63 21
Binary 10101 111000 1000001 1000100 1110 0 1001011 11000000 110011 10001

Color Harmonies of #153841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153841

Black with #153841

Text Example


Text Example

White with #153841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153841; }

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

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

background-color css

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

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

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

border-color css

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

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

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