Html Css Color HEX #13373A Nordic

📋 copy color: '#13373A'

red 19 ◦ green 55 ◦ blue 58

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

Shades of Nordic #13373A

Tints of Nordic #13373A

RGB

 RED value IS 19 (7.81% from 255) = 14.39%

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

 BLUE value IS 58 (23.05% from 255) = 43.94%

R = 14.39%
G = 41.67%
B = 43.94%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13373A (or 0x13373A) is known color: Nordic. HEX triplet: 13, 37 and 3A. RGB value is (19,55,58). Sum of RGB (Red+Green+Blue) = 19+55+58=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #13373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13373A is #ECC8C5. Grayscale: #2C2C2C. Windows color (decimal): -15517894 or 3815187. OLE color: 3815187.

HSL color Cylindrical-coordinate representation of color #13373A: hue angle of 184.62º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13373A is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 55 58 -
CMYK 0.67 0.05 0 0.77
HSL 184.62º 0.51% 0.15% -
HSV(B) 184.62º 0.67% 0.23% -
XYZ 2.4 3.18 4.49 -
YUV 44.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 19 55 58 0.67 0.05 0 0.77 184.62 0.51 0.15
Hex 13 37 3A 43 5 0 4D B9 33 F
Octal 23 67 72 103 5 0 115 271 63 17
Binary 10011 110111 111010 1000011 101 0 1001101 10111001 110011 1111

Color Harmonies of #13373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13373A

Black with #13373A

Text Example


Text Example

White with #13373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13373A; }

 p { color: rgb(19,55,58); }

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

background-color css

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

 a { background-color: rgb(19,55,58); }

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

border-color css

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

 span { border-color: rgb(19,55,58); }

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