Html Css Color HEX #133135 Nordic

📋 copy color: '#133135'

red 19 ◦ green 49 ◦ blue 53

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

Shades of Nordic #133135

Tints of Nordic #133135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 43.8%

R = 15.7%
G = 40.5%
B = 43.8%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#133135 (or 0x133135) is known color: Nordic. HEX triplet: 13, 31 and 35. RGB value is (19,49,53). Sum of RGB (Red+Green+Blue) = 19+49+53=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #133135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133135 is #ECCECA. Grayscale: #282828. Windows color (decimal): -15519435 or 3485971. OLE color: 3485971.

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

Color convert

RGB 19 49 53 -
CMYK 0.64 0.08 0 0.79
HSL 187.06º 0.47% 0.14% -
HSV(B) 187.06º 0.64% 0.21% -
XYZ 2.01 2.59 3.76 -
YUV 40.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 19 49 53 0.64 0.08 0 0.79 187.06 0.47 0.14
Hex 13 31 35 40 8 0 4F BB 2F E
Octal 23 61 65 100 10 0 117 273 57 16
Binary 10011 110001 110101 1000000 1000 0 1001111 10111011 101111 1110

Color Harmonies of #133135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133135

Black with #133135

Text Example


Text Example

White with #133135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133135; }

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

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

background-color css

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

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

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

border-color css

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

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

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