Html Css Color HEX #133735 Nordic

📋 copy color: '#133735'

red 19 ◦ green 55 ◦ blue 53

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

Shades of Nordic #133735

Tints of Nordic #133735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 14.96%
G = 43.31%
B = 41.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#133735 (or 0x133735) is known color: Nordic. HEX triplet: 13, 37 and 35. RGB value is (19,55,53). Sum of RGB (Red+Green+Blue) = 19+55+53=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #133735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133735 is #ECC8CA. Grayscale: #2B2B2B. Windows color (decimal): -15517899 or 3487507. OLE color: 3487507.

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

Color convert

RGB 19 55 53 -
CMYK 0.65 0 0.04 0.78
HSL 176.67º 0.49% 0.15% -
HSV(B) 176.67º 0.65% 0.22% -
XYZ 2.28 3.13 3.85 -
YUV 44.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 19 55 53 0.65 0 0.04 0.78 176.67 0.49 0.15
Hex 13 37 35 41 0 4 4E B1 31 F
Octal 23 67 65 101 0 4 116 261 61 17
Binary 10011 110111 110101 1000001 0 100 1001110 10110001 110001 1111

Color Harmonies of #133735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133735

Black with #133735

Text Example


Text Example

White with #133735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133735; }

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

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

background-color css

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

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

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

border-color css

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

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

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