Html Css Color HEX #133637 Nordic

📋 copy color: '#133637'

red 19 ◦ green 54 ◦ blue 55

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

Shades of Nordic #133637

Tints of Nordic #133637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.19%

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

R = 14.84%
G = 42.19%
B = 42.97%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133637 (or 0x133637) is known color: Nordic. HEX triplet: 13, 36 and 37. RGB value is (19,54,55). Sum of RGB (Red+Green+Blue) = 19+54+55=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #133637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133637 is #ECC9C8. Grayscale: #2B2B2B. Windows color (decimal): -15518153 or 3618323. OLE color: 3618323.

HSL color Cylindrical-coordinate representation of color #133637: hue angle of 181.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 #133637 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 54 55 -
CMYK 0.65 0.02 0 0.78
HSL 181.67º 0.49% 0.15% -
HSV(B) 181.67º 0.65% 0.22% -
XYZ 2.28 3.05 4.08 -
YUV 43.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 19 54 55 0.65 0.02 0 0.78 181.67 0.49 0.15
Hex 13 36 37 41 2 0 4E B6 31 F
Octal 23 66 67 101 2 0 116 266 61 17
Binary 10011 110110 110111 1000001 10 0 1001110 10110110 110001 1111

Color Harmonies of #133637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133637

Black with #133637

Text Example


Text Example

White with #133637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133637; }

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

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

background-color css

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

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

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

border-color css

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

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

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