Html Css Color HEX #193236 Nordic

📋 copy color: '#193236'

red 25 ◦ green 50 ◦ blue 54

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

Shades of Nordic #193236

Tints of Nordic #193236

RGB

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

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

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

R = 19.38%
G = 38.76%
B = 41.86%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#193236 (or 0x193236) is known color: Nordic. HEX triplet: 19, 32 and 36. RGB value is (25,50,54). Sum of RGB (Red+Green+Blue) = 25+50+54=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 54 - color contains mainly: blue. Hex color #193236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193236 is #E6CDC9. Grayscale: #2A2A2A. Windows color (decimal): -15125962 or 3551769. OLE color: 3551769.

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

Color convert

RGB 25 50 54 -
CMYK 0.54 0.07 0 0.79
HSL 188.28º 0.37% 0.15% -
HSV(B) 188.28º 0.54% 0.21% -
XYZ 2.21 2.75 3.91 -
YUV 42.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 25 50 54 0.54 0.07 0 0.79 188.28 0.37 0.15
Hex 19 32 36 36 7 0 4F BC 25 F
Octal 31 62 66 66 7 0 117 274 45 17
Binary 11001 110010 110110 110110 111 0 1001111 10111100 100101 1111

Color Harmonies of #193236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193236

Black with #193236

Text Example


Text Example

White with #193236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193236; }

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

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

background-color css

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

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

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

border-color css

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

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

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