Html Css Color HEX #133937 Nordic

📋 copy color: '#133937'

red 19 ◦ green 57 ◦ blue 55

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

Shades of Nordic #133937

Tints of Nordic #133937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 41.98%

R = 14.5%
G = 43.51%
B = 41.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#133937 (or 0x133937) is known color: Nordic. HEX triplet: 13, 39 and 37. RGB value is (19,57,55). Sum of RGB (Red+Green+Blue) = 19+57+55=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #133937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133937 is #ECC6C8. Grayscale: #2D2D2D. Windows color (decimal): -15517385 or 3619091. OLE color: 3619091.

HSL color Cylindrical-coordinate representation of color #133937: hue angle of 176.84º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133937 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 55 -
CMYK 0.67 0 0.04 0.78
HSL 176.84º 0.5% 0.15% -
HSV(B) 176.84º 0.67% 0.22% -
XYZ 2.42 3.34 4.13 -
YUV 45.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 19 57 55 0.67 0 0.04 0.78 176.84 0.5 0.15
Hex 13 39 37 43 0 4 4E B1 32 F
Octal 23 71 67 103 0 4 116 261 62 17
Binary 10011 111001 110111 1000011 0 100 1001110 10110001 110010 1111

Color Harmonies of #133937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133937

Black with #133937

Text Example


Text Example

White with #133937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133937; }

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

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

background-color css

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

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

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

border-color css

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

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

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