Html Css Color HEX #193238 Nordic

📋 copy color: '#193238'

red 25 ◦ green 50 ◦ blue 56

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

Shades of Nordic #193238

Tints of Nordic #193238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

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

R = 19.08%
G = 38.17%
B = 42.75%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193238 (or 0x193238) is known color: Nordic. HEX triplet: 19, 32 and 38. RGB value is (25,50,56). Sum of RGB (Red+Green+Blue) = 25+50+56=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #193238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193238 is #E6CDC7. Grayscale: #2B2B2B. Windows color (decimal): -15125960 or 3682841. OLE color: 3682841.

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

Color convert

RGB 25 50 56 -
CMYK 0.55 0.11 0 0.78
HSL 191.61º 0.38% 0.16% -
HSV(B) 191.61º 0.55% 0.22% -
XYZ 2.26 2.77 4.16 -
YUV 43.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 25 50 56 0.55 0.11 0 0.78 191.61 0.38 0.16
Hex 19 32 38 37 B 0 4E C0 26 10
Octal 31 62 70 67 13 0 116 300 46 20
Binary 11001 110010 111000 110111 1011 0 1001110 11000000 100110 10000

Color Harmonies of #193238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193238

Black with #193238

Text Example


Text Example

White with #193238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193238; }

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

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

background-color css

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

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

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

border-color css

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

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

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