Html Css Color HEX #133036 Nordic

📋 copy color: '#133036'

red 19 ◦ green 48 ◦ blue 54

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

Shades of Nordic #133036

Tints of Nordic #133036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 15.7%
G = 39.67%
B = 44.63%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#133036 (or 0x133036) is known color: Nordic. HEX triplet: 13, 30 and 36. RGB value is (19,48,54). Sum of RGB (Red+Green+Blue) = 19+48+54=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #133036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133036 is #ECCFC9. Grayscale: #272727. Windows color (decimal): -15519690 or 3551251. OLE color: 3551251.

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

Color convert

RGB 19 48 54 -
CMYK 0.65 0.11 0 0.79
HSL 190.29º 0.48% 0.14% -
HSV(B) 190.29º 0.65% 0.21% -
XYZ 1.99 2.52 3.87 -
YUV 40.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 19 48 54 0.65 0.11 0 0.79 190.29 0.48 0.14
Hex 13 30 36 41 B 0 4F BE 30 E
Octal 23 60 66 101 13 0 117 276 60 16
Binary 10011 110000 110110 1000001 1011 0 1001111 10111110 110000 1110

Color Harmonies of #133036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133036

Black with #133036

Text Example


Text Example

White with #133036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133036; }

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

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

background-color css

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

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

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

border-color css

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

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

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