Html Css Color HEX #193539 Nordic

📋 copy color: '#193539'

red 25 ◦ green 53 ◦ blue 57

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

Shades of Nordic #193539

Tints of Nordic #193539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 18.52%
G = 39.26%
B = 42.22%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193539 (or 0x193539) is known color: Nordic. HEX triplet: 19, 35 and 39. RGB value is (25,53,57). Sum of RGB (Red+Green+Blue) = 25+53+57=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #193539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193539 is #E6CAC6. Grayscale: #2D2D2D. Windows color (decimal): -15125191 or 3749145. OLE color: 3749145.

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

Color convert

RGB 25 53 57 -
CMYK 0.56 0.07 0 0.78
HSL 187.5º 0.39% 0.16% -
HSV(B) 187.5º 0.56% 0.22% -
XYZ 2.41 3.05 4.33 -
YUV 45.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 25 53 57 0.56 0.07 0 0.78 187.5 0.39 0.16
Hex 19 35 39 38 7 0 4E BC 27 10
Octal 31 65 71 70 7 0 116 274 47 20
Binary 11001 110101 111001 111000 111 0 1001110 10111100 100111 10000

Color Harmonies of #193539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193539

Black with #193539

Text Example


Text Example

White with #193539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193539; }

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

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

background-color css

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

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

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

border-color css

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

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

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