Html Css Color HEX #193943 Nordic

📋 copy color: '#193943'

red 25 ◦ green 57 ◦ blue 67

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

Shades of Nordic #193943

Tints of Nordic #193943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.26%

 BLUE value IS 67 (26.56% from 255) = 44.97%

R = 16.78%
G = 38.26%
B = 44.97%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#193943 (or 0x193943) is known color: Nordic. HEX triplet: 19, 39 and 43. RGB value is (25,57,67). Sum of RGB (Red+Green+Blue) = 25+57+67=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #193943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193943 is #E6C6BC. Grayscale: #303030. Windows color (decimal): -15124157 or 4405529. OLE color: 4405529.

HSL color Cylindrical-coordinate representation of color #193943: hue angle of 194.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193943 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 57 67 -
CMYK 0.63 0.15 0 0.74
HSL 194.29º 0.46% 0.18% -
HSV(B) 194.29º 0.63% 0.26% -
XYZ 2.88 3.54 5.84 -
YUV 48.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 25 57 67 0.63 0.15 0 0.74 194.29 0.46 0.18
Hex 19 39 43 3F F 0 4A C2 2E 12
Octal 31 71 103 77 17 0 112 302 56 22
Binary 11001 111001 1000011 111111 1111 0 1001010 11000010 101110 10010

Color Harmonies of #193943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193943

Black with #193943

Text Example


Text Example

White with #193943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193943; }

 p { color: rgb(25,57,67); }

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

background-color css

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

 a { background-color: rgb(25,57,67); }

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

border-color css

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

 span { border-color: rgb(25,57,67); }

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