Html Css Color HEX #133133 Nordic

📋 copy color: '#133133'

red 19 ◦ green 49 ◦ blue 51

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

Shades of Nordic #133133

Tints of Nordic #133133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 42.86%

R = 15.97%
G = 41.18%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#133133 (or 0x133133) is known color: Nordic. HEX triplet: 13, 31 and 33. RGB value is (19,49,51). Sum of RGB (Red+Green+Blue) = 19+49+51=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #133133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133133 is #ECCECC. Grayscale: #282828. Windows color (decimal): -15519437 or 3354899. OLE color: 3354899.

HSL color Cylindrical-coordinate representation of color #133133: hue angle of 183.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133133 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 49 51 -
CMYK 0.63 0.04 0 0.8
HSL 183.75º 0.46% 0.14% -
HSV(B) 183.75º 0.63% 0.2% -
XYZ 1.96 2.57 3.53 -
YUV 40.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 19 49 51 0.63 0.04 0 0.8 183.75 0.46 0.14
Hex 13 31 33 3F 4 0 50 B8 2E E
Octal 23 61 63 77 4 0 120 270 56 16
Binary 10011 110001 110011 111111 100 0 1010000 10111000 101110 1110

Color Harmonies of #133133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133133

Black with #133133

Text Example


Text Example

White with #133133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133133; }

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

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

background-color css

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

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

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

border-color css

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

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

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