Html Css Color HEX #133435 Nordic

📋 copy color: '#133435'

red 19 ◦ green 52 ◦ blue 53

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

Shades of Nordic #133435

Tints of Nordic #133435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

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

R = 15.32%
G = 41.94%
B = 42.74%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#133435 (or 0x133435) is known color: Nordic. HEX triplet: 13, 34 and 35. RGB value is (19,52,53). Sum of RGB (Red+Green+Blue) = 19+52+53=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #133435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133435 is #ECCBCA. Grayscale: #2A2A2A. Windows color (decimal): -15518667 or 3486739. OLE color: 3486739.

HSL color Cylindrical-coordinate representation of color #133435: hue angle of 181.76º 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 #133435 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 52 53 -
CMYK 0.64 0.02 0 0.79
HSL 181.76º 0.47% 0.14% -
HSV(B) 181.76º 0.64% 0.21% -
XYZ 2.14 2.85 3.81 -
YUV 42.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 19 52 53 0.64 0.02 0 0.79 181.76 0.47 0.14
Hex 13 34 35 40 2 0 4F B6 2F E
Octal 23 64 65 100 2 0 117 266 57 16
Binary 10011 110100 110101 1000000 10 0 1001111 10110110 101111 1110

Color Harmonies of #133435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133435

Black with #133435

Text Example


Text Example

White with #133435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133435; }

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

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

background-color css

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

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

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

border-color css

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

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

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