Html Css Color HEX #153839 Nordic

📋 copy color: '#153839'

red 21 ◦ green 56 ◦ blue 57

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

Shades of Nordic #153839

Tints of Nordic #153839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 15.67%
G = 41.79%
B = 42.54%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#153839 (or 0x153839) is known color: Nordic. HEX triplet: 15, 38 and 39. RGB value is (21,56,57). Sum of RGB (Red+Green+Blue) = 21+56+57=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #153839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153839 is #EAC7C6. Grayscale: #2D2D2D. Windows color (decimal): -15386567 or 3749909. OLE color: 3749909.

HSL color Cylindrical-coordinate representation of color #153839: hue angle of 181.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153839 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 56 57 -
CMYK 0.63 0.02 0 0.78
HSL 181.67º 0.46% 0.15% -
HSV(B) 181.67º 0.63% 0.22% -
XYZ 2.46 3.28 4.37 -
YUV 45.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 21 56 57 0.63 0.02 0 0.78 181.67 0.46 0.15
Hex 15 38 39 3F 2 0 4E B6 2E F
Octal 25 70 71 77 2 0 116 266 56 17
Binary 10101 111000 111001 111111 10 0 1001110 10110110 101110 1111

Color Harmonies of #153839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153839

Black with #153839

Text Example


Text Example

White with #153839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153839; }

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

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

background-color css

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

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

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

border-color css

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

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

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