Html Css Color HEX #193D42 Nordic

📋 copy color: '#193D42'

red 25 ◦ green 61 ◦ blue 66

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

Shades of Nordic #193D42

Tints of Nordic #193D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.13%

 BLUE value IS 66 (26.17% from 255) = 43.42%

R = 16.45%
G = 40.13%
B = 43.42%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193D42 (or 0x193D42) is known color: Nordic. HEX triplet: 19, 3D and 42. RGB value is (25,61,66). Sum of RGB (Red+Green+Blue) = 25+61+66=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #193D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D42 is #E6C2BD. Grayscale: #323232. Windows color (decimal): -15123134 or 4341017. OLE color: 4341017.

HSL color Cylindrical-coordinate representation of color #193D42: hue angle of 187.32º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193D42 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 61 66 -
CMYK 0.62 0.08 0 0.74
HSL 187.32º 0.45% 0.18% -
HSV(B) 187.32º 0.62% 0.26% -
XYZ 3.05 3.94 5.75 -
YUV 50.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 25 61 66 0.62 0.08 0 0.74 187.32 0.45 0.18
Hex 19 3D 42 3E 8 0 4A BB 2D 12
Octal 31 75 102 76 10 0 112 273 55 22
Binary 11001 111101 1000010 111110 1000 0 1001010 10111011 101101 10010

Color Harmonies of #193D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D42

Black with #193D42

Text Example


Text Example

White with #193D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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