Html Css Color HEX #193A38 Nordic

📋 copy color: '#193A38'

red 25 ◦ green 58 ◦ blue 56

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

Shades of Nordic #193A38

Tints of Nordic #193A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.73%

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 17.99%
G = 41.73%
B = 40.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#193A38 (or 0x193A38) is known color: Nordic. HEX triplet: 19, 3A and 38. RGB value is (25,58,56). Sum of RGB (Red+Green+Blue) = 25+58+56=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #193A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A38 is #E6C5C7. Grayscale: #2F2F2F. Windows color (decimal): -15123912 or 3684889. OLE color: 3684889.

HSL color Cylindrical-coordinate representation of color #193A38: hue angle of 176.36º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A38 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 58 56 -
CMYK 0.57 0 0.03 0.77
HSL 176.36º 0.4% 0.16% -
HSV(B) 176.36º 0.57% 0.23% -
XYZ 2.63 3.52 4.28 -
YUV 47.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 25 58 56 0.57 0 0.03 0.77 176.36 0.4 0.16
Hex 19 3A 38 39 0 3 4D B0 28 10
Octal 31 72 70 71 0 3 115 260 50 20
Binary 11001 111010 111000 111001 0 11 1001101 10110000 101000 10000

Color Harmonies of #193A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A38

Black with #193A38

Text Example


Text Example

White with #193A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,58,56); }

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

background-color css

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

 a { background-color: rgb(25,58,56); }

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

border-color css

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

 span { border-color: rgb(25,58,56); }

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