Html Css Color HEX #193639 Nordic

📋 copy color: '#193639'

red 25 ◦ green 54 ◦ blue 57

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

Shades of Nordic #193639

Tints of Nordic #193639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.71%

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

R = 18.38%
G = 39.71%
B = 41.91%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193639 (or 0x193639) is known color: Nordic. HEX triplet: 19, 36 and 39. RGB value is (25,54,57). Sum of RGB (Red+Green+Blue) = 25+54+57=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #193639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193639 is #E6C9C6. Grayscale: #2D2D2D. Windows color (decimal): -15124935 or 3749401. OLE color: 3749401.

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

Color convert

RGB 25 54 57 -
CMYK 0.56 0.05 0 0.78
HSL 185.63º 0.39% 0.16% -
HSV(B) 185.63º 0.56% 0.22% -
XYZ 2.46 3.14 4.35 -
YUV 45.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 25 54 57 0.56 0.05 0 0.78 185.63 0.39 0.16
Hex 19 36 39 38 5 0 4E BA 27 10
Octal 31 66 71 70 5 0 116 272 47 20
Binary 11001 110110 111001 111000 101 0 1001110 10111010 100111 10000

Color Harmonies of #193639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193639

Black with #193639

Text Example


Text Example

White with #193639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193639; }

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

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

background-color css

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

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

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

border-color css

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

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

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