Html Css Color HEX #193536 Nordic

📋 copy color: '#193536'

red 25 ◦ green 53 ◦ blue 54

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

Shades of Nordic #193536

Tints of Nordic #193536

RGB

 RED value IS 25 (10.16% from 255) = 18.94%

 GREEN value IS 53 (21.09% from 255) = 40.15%

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

R = 18.94%
G = 40.15%
B = 40.91%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#193536 (or 0x193536) is known color: Nordic. HEX triplet: 19, 35 and 36. RGB value is (25,53,54). Sum of RGB (Red+Green+Blue) = 25+53+54=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #193536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193536 is #E6CAC9. Grayscale: #2C2C2C. Windows color (decimal): -15125194 or 3552537. OLE color: 3552537.

HSL color Cylindrical-coordinate representation of color #193536: hue angle of 182.07º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #193536 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 53 54 -
CMYK 0.54 0.02 0 0.79
HSL 182.07º 0.37% 0.15% -
HSV(B) 182.07º 0.54% 0.21% -
XYZ 2.34 3.02 3.95 -
YUV 44.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 25 53 54 0.54 0.02 0 0.79 182.07 0.37 0.15
Hex 19 35 36 36 2 0 4F B6 25 F
Octal 31 65 66 66 2 0 117 266 45 17
Binary 11001 110101 110110 110110 10 0 1001111 10110110 100101 1111

Color Harmonies of #193536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193536

Black with #193536

Text Example


Text Example

White with #193536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193536; }

 p { color: rgb(25,53,54); }

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

background-color css

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

 a { background-color: rgb(25,53,54); }

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

border-color css

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

 span { border-color: rgb(25,53,54); }

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