Html Css Color HEX #15393D Nordic

📋 copy color: '#15393D'

red 21 ◦ green 57 ◦ blue 61

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

Shades of Nordic #15393D

Tints of Nordic #15393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.01%

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 15.11%
G = 41.01%
B = 43.88%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15393D (or 0x15393D) is known color: Nordic. HEX triplet: 15, 39 and 3D. RGB value is (21,57,61). Sum of RGB (Red+Green+Blue) = 21+57+61=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #15393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15393D is #EAC6C2. Grayscale: #2E2E2E. Windows color (decimal): -15386307 or 4012309. OLE color: 4012309.

HSL color Cylindrical-coordinate representation of color #15393D: hue angle of 186º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15393D is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 57 61 -
CMYK 0.66 0.07 0 0.76
HSL 186º 0.49% 0.16% -
HSV(B) 186º 0.66% 0.24% -
XYZ 2.61 3.42 4.94 -
YUV 46.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 21 57 61 0.66 0.07 0 0.76 186 0.49 0.16
Hex 15 39 3D 42 7 0 4C BA 31 10
Octal 25 71 75 102 7 0 114 272 61 20
Binary 10101 111001 111101 1000010 111 0 1001100 10111010 110001 10000

Color Harmonies of #15393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15393D

Black with #15393D

Text Example


Text Example

White with #15393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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