Html Css Color HEX #133739 Nordic

📋 copy color: '#133739'

red 19 ◦ green 55 ◦ blue 57

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

Shades of Nordic #133739

Tints of Nordic #133739

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #133739: hue angle of 183.16º 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 #133739 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 57 -
CMYK 0.67 0.04 0 0.78
HSL 183.16º 0.5% 0.15% -
HSV(B) 183.16º 0.67% 0.22% -
XYZ 2.37 3.17 4.36 -
YUV 44.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 19 55 57 0.67 0.04 0 0.78 183.16 0.5 0.15
Hex 13 37 39 43 4 0 4E B7 32 F
Octal 23 67 71 103 4 0 116 267 62 17
Binary 10011 110111 111001 1000011 100 0 1001110 10110111 110010 1111

Color Harmonies of #133739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133739

Black with #133739

Text Example


Text Example

White with #133739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133739; }

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

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

background-color css

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

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

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

border-color css

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

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

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