Html Css Color HEX #193239 Nordic

📋 copy color: '#193239'

red 25 ◦ green 50 ◦ blue 57

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

Shades of Nordic #193239

Tints of Nordic #193239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.18%

R = 18.94%
G = 37.88%
B = 43.18%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193239 (or 0x193239) is known color: Nordic. HEX triplet: 19, 32 and 39. RGB value is (25,50,57). Sum of RGB (Red+Green+Blue) = 25+50+57=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #193239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193239 is #E6CDC6. Grayscale: #2B2B2B. Windows color (decimal): -15125959 or 3748377. OLE color: 3748377.

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

Color convert

RGB 25 50 57 -
CMYK 0.56 0.12 0 0.78
HSL 193.13º 0.39% 0.16% -
HSV(B) 193.13º 0.56% 0.22% -
XYZ 2.28 2.78 4.29 -
YUV 43.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 25 50 57 0.56 0.12 0 0.78 193.13 0.39 0.16
Hex 19 32 39 38 C 0 4E C1 27 10
Octal 31 62 71 70 14 0 116 301 47 20
Binary 11001 110010 111001 111000 1100 0 1001110 11000001 100111 10000

Color Harmonies of #193239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193239

Black with #193239

Text Example


Text Example

White with #193239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193239; }

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

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

background-color css

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

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

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

border-color css

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

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

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