Html Css Color HEX #193035 Nordic

📋 copy color: '#193035'

red 25 ◦ green 48 ◦ blue 53

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

Shades of Nordic #193035

Tints of Nordic #193035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 53 (21.09% from 255) = 42.06%

R = 19.84%
G = 38.1%
B = 42.06%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#193035 (or 0x193035) is known color: Nordic. HEX triplet: 19, 30 and 35. RGB value is (25,48,53). Sum of RGB (Red+Green+Blue) = 25+48+53=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #193035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193035 is #E6CFCA. Grayscale: #292929. Windows color (decimal): -15126475 or 3485721. OLE color: 3485721.

HSL color Cylindrical-coordinate representation of color #193035: hue angle of 190.71º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193035 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 48 53 -
CMYK 0.53 0.09 0 0.79
HSL 190.71º 0.36% 0.15% -
HSV(B) 190.71º 0.53% 0.21% -
XYZ 2.1 2.58 3.75 -
YUV 41.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 25 48 53 0.53 0.09 0 0.79 190.71 0.36 0.15
Hex 19 30 35 35 9 0 4F BF 24 F
Octal 31 60 65 65 11 0 117 277 44 17
Binary 11001 110000 110101 110101 1001 0 1001111 10111111 100100 1111

Color Harmonies of #193035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193035

Black with #193035

Text Example


Text Example

White with #193035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193035; }

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

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

background-color css

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

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

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

border-color css

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

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

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