Html Css Color HEX #193336 Nordic

📋 copy color: '#193336'

red 25 ◦ green 51 ◦ blue 54

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

Shades of Nordic #193336

Tints of Nordic #193336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.23%

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

R = 19.23%
G = 39.23%
B = 41.54%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#193336 (or 0x193336) is known color: Nordic. HEX triplet: 19, 33 and 36. RGB value is (25,51,54). Sum of RGB (Red+Green+Blue) = 25+51+54=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 54 - color contains mainly: blue. Hex color #193336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193336 is #E6CCC9. Grayscale: #2B2B2B. Windows color (decimal): -15125706 or 3552025. OLE color: 3552025.

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

Color convert

RGB 25 51 54 -
CMYK 0.54 0.06 0 0.79
HSL 186.21º 0.37% 0.15% -
HSV(B) 186.21º 0.54% 0.21% -
XYZ 2.25 2.84 3.92 -
YUV 43.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 25 51 54 0.54 0.06 0 0.79 186.21 0.37 0.15
Hex 19 33 36 36 6 0 4F BA 25 F
Octal 31 63 66 66 6 0 117 272 45 17
Binary 11001 110011 110110 110110 110 0 1001111 10111010 100101 1111

Color Harmonies of #193336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193336

Black with #193336

Text Example


Text Example

White with #193336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193336; }

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

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

background-color css

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

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

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

border-color css

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

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

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