Html Css Color HEX #193338 Nordic

📋 copy color: '#193338'

red 25 ◦ green 51 ◦ blue 56

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

Shades of Nordic #193338

Tints of Nordic #193338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.42%

R = 18.94%
G = 38.64%
B = 42.42%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193338 (or 0x193338) is known color: Nordic. HEX triplet: 19, 33 and 38. RGB value is (25,51,56). Sum of RGB (Red+Green+Blue) = 25+51+56=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #193338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193338 is #E6CCC7. Grayscale: #2B2B2B. Windows color (decimal): -15125704 or 3683097. OLE color: 3683097.

HSL color Cylindrical-coordinate representation of color #193338: hue angle of 189.68º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193338 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 51 56 -
CMYK 0.55 0.09 0 0.78
HSL 189.68º 0.38% 0.16% -
HSV(B) 189.68º 0.55% 0.22% -
XYZ 2.3 2.86 4.17 -
YUV 43.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 25 51 56 0.55 0.09 0 0.78 189.68 0.38 0.16
Hex 19 33 38 37 9 0 4E BE 26 10
Octal 31 63 70 67 11 0 116 276 46 20
Binary 11001 110011 111000 110111 1001 0 1001110 10111110 100110 10000

Color Harmonies of #193338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193338

Black with #193338

Text Example


Text Example

White with #193338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193338; }

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

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

background-color css

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

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

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

border-color css

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

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

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