Html Css Color HEX #13373F Nordic

📋 copy color: '#13373F'

red 19 ◦ green 55 ◦ blue 63

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

Shades of Nordic #13373F

Tints of Nordic #13373F

RGB

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

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

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

R = 13.87%
G = 40.15%
B = 45.99%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13373F (or 0x13373F) is known color: Nordic. HEX triplet: 13, 37 and 3F. RGB value is (19,55,63). Sum of RGB (Red+Green+Blue) = 19+55+63=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #13373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13373F is #ECC8C0. Grayscale: #2D2D2D. Windows color (decimal): -15517889 or 4142867. OLE color: 4142867.

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

Color convert

RGB 19 55 63 -
CMYK 0.70 0.13 0 0.75
HSL 190.91º 0.54% 0.16% -
HSV(B) 190.91º 0.7% 0.25% -
XYZ 2.53 3.23 5.19 -
YUV 45.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 19 55 63 0.70 0.13 0 0.75 190.91 0.54 0.16
Hex 13 37 3F 46 D 0 4B BF 36 10
Octal 23 67 77 106 15 0 113 277 66 20
Binary 10011 110111 111111 1000110 1101 0 1001011 10111111 110110 10000

Color Harmonies of #13373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13373F

Black with #13373F

Text Example


Text Example

White with #13373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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