Html Css Color HEX #133137 Nordic

📋 copy color: '#133137'

red 19 ◦ green 49 ◦ blue 55

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

Shades of Nordic #133137

Tints of Nordic #133137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.84%

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

R = 15.45%
G = 39.84%
B = 44.72%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133137 (or 0x133137) is known color: Nordic. HEX triplet: 13, 31 and 37. RGB value is (19,49,55). Sum of RGB (Red+Green+Blue) = 19+49+55=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #133137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133137 is #ECCEC8. Grayscale: #282828. Windows color (decimal): -15519433 or 3617043. OLE color: 3617043.

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

Color convert

RGB 19 49 55 -
CMYK 0.65 0.11 0 0.78
HSL 190º 0.49% 0.15% -
HSV(B) 190º 0.65% 0.22% -
XYZ 2.06 2.61 4.01 -
YUV 40.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 19 49 55 0.65 0.11 0 0.78 190 0.49 0.15
Hex 13 31 37 41 B 0 4E BE 31 F
Octal 23 61 67 101 13 0 116 276 61 17
Binary 10011 110001 110111 1000001 1011 0 1001110 10111110 110001 1111

Color Harmonies of #133137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133137

Black with #133137

Text Example


Text Example

White with #133137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133137; }

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

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

background-color css

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

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

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

border-color css

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

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

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