Html Css Color HEX #193E46 Nordic

📋 copy color: '#193E46'

red 25 ◦ green 62 ◦ blue 70

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

Shades of Nordic #193E46

Tints of Nordic #193E46

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.49%

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 15.92%
G = 39.49%
B = 44.59%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193E46 (or 0x193E46) is known color: Nordic. HEX triplet: 19, 3E and 46. RGB value is (25,62,70). Sum of RGB (Red+Green+Blue) = 25+62+70=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #193E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E46 is #E6C1B9. Grayscale: #333333. Windows color (decimal): -15122874 or 4603417. OLE color: 4603417.

HSL color Cylindrical-coordinate representation of color #193E46: hue angle of 190.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193E46 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 62 70 -
CMYK 0.64 0.11 0 0.73
HSL 190.67º 0.47% 0.19% -
HSV(B) 190.67º 0.64% 0.27% -
XYZ 3.23 4.09 6.41 -
YUV 51.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 25 62 70 0.64 0.11 0 0.73 190.67 0.47 0.19
Hex 19 3E 46 40 B 0 49 BF 2F 13
Octal 31 76 106 100 13 0 111 277 57 23
Binary 11001 111110 1000110 1000000 1011 0 1001001 10111111 101111 10011

Color Harmonies of #193E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E46

Black with #193E46

Text Example


Text Example

White with #193E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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