Html Css Color HEX #193A44 Nordic

📋 copy color: '#193A44'

red 25 ◦ green 58 ◦ blue 68

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

Shades of Nordic #193A44

Tints of Nordic #193A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 45.03%

R = 16.56%
G = 38.41%
B = 45.03%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193A44 (or 0x193A44) is known color: Nordic. HEX triplet: 19, 3A and 44. RGB value is (25,58,68). Sum of RGB (Red+Green+Blue) = 25+58+68=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #193A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A44 is #E6C5BB. Grayscale: #313131. Windows color (decimal): -15123900 or 4471321. OLE color: 4471321.

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

Color convert

RGB 25 58 68 -
CMYK 0.63 0.15 0 0.73
HSL 193.95º 0.46% 0.18% -
HSV(B) 193.95º 0.63% 0.27% -
XYZ 2.96 3.65 6.02 -
YUV 49.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 25 58 68 0.63 0.15 0 0.73 193.95 0.46 0.18
Hex 19 3A 44 3F F 0 49 C2 2E 12
Octal 31 72 104 77 17 0 111 302 56 22
Binary 11001 111010 1000100 111111 1111 0 1001001 11000010 101110 10010

Color Harmonies of #193A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A44

Black with #193A44

Text Example


Text Example

White with #193A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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