Html Css Color HEX #133139 Nordic

📋 copy color: '#133139'

red 19 ◦ green 49 ◦ blue 57

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

Shades of Nordic #133139

Tints of Nordic #133139

RGB

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

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

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

R = 15.2%
G = 39.2%
B = 45.6%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#133139 (or 0x133139) is known color: Nordic. HEX triplet: 13, 31 and 39. RGB value is (19,49,57). Sum of RGB (Red+Green+Blue) = 19+49+57=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #133139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133139 is #ECCEC6. Grayscale: #282828. Windows color (decimal): -15519431 or 3748115. OLE color: 3748115.

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

Color convert

RGB 19 49 57 -
CMYK 0.67 0.14 0 0.78
HSL 192.63º 0.5% 0.15% -
HSV(B) 192.63º 0.67% 0.22% -
XYZ 2.11 2.63 4.27 -
YUV 40.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 19 49 57 0.67 0.14 0 0.78 192.63 0.5 0.15
Hex 13 31 39 43 E 0 4E C1 32 F
Octal 23 61 71 103 16 0 116 301 62 17
Binary 10011 110001 111001 1000011 1110 0 1001110 11000001 110010 1111

Color Harmonies of #133139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133139

Black with #133139

Text Example


Text Example

White with #133139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133139; }

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

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

background-color css

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

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

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

border-color css

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

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

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