Html Css Color HEX #193B44 Nordic

📋 copy color: '#193B44'

red 25 ◦ green 59 ◦ blue 68

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

Shades of Nordic #193B44

Tints of Nordic #193B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.82%

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

R = 16.45%
G = 38.82%
B = 44.74%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#193B44 (or 0x193B44) is known color: Nordic. HEX triplet: 19, 3B and 44. RGB value is (25,59,68). Sum of RGB (Red+Green+Blue) = 25+59+68=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #193B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B44 is #E6C4BB. Grayscale: #313131. Windows color (decimal): -15123644 or 4471577. OLE color: 4471577.

HSL color Cylindrical-coordinate representation of color #193B44: hue angle of 192.56º 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 #193B44 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 59 68 -
CMYK 0.63 0.13 0 0.73
HSL 192.56º 0.46% 0.18% -
HSV(B) 192.56º 0.63% 0.27% -
XYZ 3.01 3.75 6.03 -
YUV 49.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 25 59 68 0.63 0.13 0 0.73 192.56 0.46 0.18
Hex 19 3B 44 3F D 0 49 C1 2E 12
Octal 31 73 104 77 15 0 111 301 56 22
Binary 11001 111011 1000100 111111 1101 0 1001001 11000001 101110 10010

Color Harmonies of #193B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B44

Black with #193B44

Text Example


Text Example

White with #193B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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