Html Css Color HEX #13373C Nordic

📋 copy color: '#13373C'

red 19 ◦ green 55 ◦ blue 60

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

Shades of Nordic #13373C

Tints of Nordic #13373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.78%

R = 14.18%
G = 41.04%
B = 44.78%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13373C (or 0x13373C) is known color: Nordic. HEX triplet: 13, 37 and 3C. RGB value is (19,55,60). Sum of RGB (Red+Green+Blue) = 19+55+60=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 60 - color contains mainly: blue. Hex color #13373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13373C is #ECC8C3. Grayscale: #2C2C2C. Windows color (decimal): -15517892 or 3946259. OLE color: 3946259.

HSL color Cylindrical-coordinate representation of color #13373C: hue angle of 187.32º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13373C is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 55 60 -
CMYK 0.68 0.08 0 0.76
HSL 187.32º 0.52% 0.15% -
HSV(B) 187.32º 0.68% 0.24% -
XYZ 2.45 3.2 4.76 -
YUV 44.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 19 55 60 0.68 0.08 0 0.76 187.32 0.52 0.15
Hex 13 37 3C 44 8 0 4C BB 34 F
Octal 23 67 74 104 10 0 114 273 64 17
Binary 10011 110111 111100 1000100 1000 0 1001100 10111011 110100 1111

Color Harmonies of #13373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13373C

Black with #13373C

Text Example


Text Example

White with #13373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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