Html Css Color HEX #15373F Nordic

📋 copy color: '#15373F'

red 21 ◦ green 55 ◦ blue 63

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

Shades of Nordic #15373F

Tints of Nordic #15373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.32%

R = 15.11%
G = 39.57%
B = 45.32%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15373F (or 0x15373F) is known color: Nordic. HEX triplet: 15, 37 and 3F. RGB value is (21,55,63). Sum of RGB (Red+Green+Blue) = 21+55+63=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #15373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15373F is #EAC8C0. Grayscale: #2D2D2D. Windows color (decimal): -15386817 or 4142869. OLE color: 4142869.

HSL color Cylindrical-coordinate representation of color #15373F: hue angle of 191.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15373F is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 55 63 -
CMYK 0.67 0.13 0 0.75
HSL 191.43º 0.5% 0.16% -
HSV(B) 191.43º 0.67% 0.25% -
XYZ 2.57 3.25 5.19 -
YUV 45.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 21 55 63 0.67 0.13 0 0.75 191.43 0.5 0.16
Hex 15 37 3F 43 D 0 4B BF 32 10
Octal 25 67 77 103 15 0 113 277 62 20
Binary 10101 110111 111111 1000011 1101 0 1001011 10111111 110010 10000

Color Harmonies of #15373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15373F

Black with #15373F

Text Example


Text Example

White with #15373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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