Html Css Color HEX #19353D Nordic

📋 copy color: '#19353D'

red 25 ◦ green 53 ◦ blue 61

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

Shades of Nordic #19353D

Tints of Nordic #19353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 17.99%
G = 38.13%
B = 43.88%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19353D (or 0x19353D) is known color: Nordic. HEX triplet: 19, 35 and 3D. RGB value is (25,53,61). Sum of RGB (Red+Green+Blue) = 25+53+61=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #19353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19353D is #E6CAC2. Grayscale: #2D2D2D. Windows color (decimal): -15125187 or 4011289. OLE color: 4011289.

HSL color Cylindrical-coordinate representation of color #19353D: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19353D is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 53 61 -
CMYK 0.59 0.13 0 0.76
HSL 193.33º 0.42% 0.17% -
HSV(B) 193.33º 0.59% 0.24% -
XYZ 2.52 3.09 4.88 -
YUV 45.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 25 53 61 0.59 0.13 0 0.76 193.33 0.42 0.17
Hex 19 35 3D 3B D 0 4C C1 2A 11
Octal 31 65 75 73 15 0 114 301 52 21
Binary 11001 110101 111101 111011 1101 0 1001100 11000001 101010 10001

Color Harmonies of #19353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19353D

Black with #19353D

Text Example


Text Example

White with #19353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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