Html Css Color HEX #133136 Nordic

📋 copy color: '#133136'

red 19 ◦ green 49 ◦ blue 54

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

Shades of Nordic #133136

Tints of Nordic #133136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 44.26%

R = 15.57%
G = 40.16%
B = 44.26%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#133136 (or 0x133136) is known color: Nordic. HEX triplet: 13, 31 and 36. RGB value is (19,49,54). Sum of RGB (Red+Green+Blue) = 19+49+54=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #133136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133136 is #ECCEC9. Grayscale: #282828. Windows color (decimal): -15519434 or 3551507. OLE color: 3551507.

HSL color Cylindrical-coordinate representation of color #133136: hue angle of 188.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133136 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 49 54 -
CMYK 0.65 0.09 0 0.79
HSL 188.57º 0.48% 0.14% -
HSV(B) 188.57º 0.65% 0.21% -
XYZ 2.03 2.6 3.89 -
YUV 40.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 19 49 54 0.65 0.09 0 0.79 188.57 0.48 0.14
Hex 13 31 36 41 9 0 4F BD 30 E
Octal 23 61 66 101 11 0 117 275 60 16
Binary 10011 110001 110110 1000001 1001 0 1001111 10111101 110000 1110

Color Harmonies of #133136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133136

Black with #133136

Text Example


Text Example

White with #133136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133136; }

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

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

background-color css

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

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

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

border-color css

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

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

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