Html Css Color HEX #19353E Nordic

📋 copy color: '#19353E'

red 25 ◦ green 53 ◦ blue 62

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

Shades of Nordic #19353E

Tints of Nordic #19353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 44.29%

R = 17.86%
G = 37.86%
B = 44.29%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19353E (or 0x19353E) is known color: Nordic. HEX triplet: 19, 35 and 3E. RGB value is (25,53,62). Sum of RGB (Red+Green+Blue) = 25+53+62=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #19353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19353E is #E6CAC1. Grayscale: #2D2D2D. Windows color (decimal): -15125186 or 4076825. OLE color: 4076825.

HSL color Cylindrical-coordinate representation of color #19353E: hue angle of 194.59º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19353E is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 53 62 -
CMYK 0.60 0.15 0 0.76
HSL 194.59º 0.43% 0.17% -
HSV(B) 194.59º 0.6% 0.24% -
XYZ 2.54 3.1 5.02 -
YUV 45.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 25 53 62 0.60 0.15 0 0.76 194.59 0.43 0.17
Hex 19 35 3E 3C F 0 4C C3 2B 11
Octal 31 65 76 74 17 0 114 303 53 21
Binary 11001 110101 111110 111100 1111 0 1001100 11000011 101011 10001

Color Harmonies of #19353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19353E

Black with #19353E

Text Example


Text Example

White with #19353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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