Html Css Color HEX #13393E Nordic

📋 copy color: '#13393E'

red 19 ◦ green 57 ◦ blue 62

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

Shades of Nordic #13393E

Tints of Nordic #13393E

RGB

 RED value IS 19 (7.81% from 255) = 13.77%

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

 BLUE value IS 62 (24.61% from 255) = 44.93%

R = 13.77%
G = 41.3%
B = 44.93%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13393E (or 0x13393E) is known color: Nordic. HEX triplet: 13, 39 and 3E. RGB value is (19,57,62). Sum of RGB (Red+Green+Blue) = 19+57+62=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #13393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13393E is #ECC6C1. Grayscale: #2E2E2E. Windows color (decimal): -15517378 or 4077843. OLE color: 4077843.

HSL color Cylindrical-coordinate representation of color #13393E: hue angle of 186.98º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13393E is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 57 62 -
CMYK 0.69 0.08 0 0.76
HSL 186.98º 0.53% 0.16% -
HSV(B) 186.98º 0.69% 0.24% -
XYZ 2.6 3.41 5.08 -
YUV 46.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 19 57 62 0.69 0.08 0 0.76 186.98 0.53 0.16
Hex 13 39 3E 45 8 0 4C BB 35 10
Octal 23 71 76 105 10 0 114 273 65 20
Binary 10011 111001 111110 1000101 1000 0 1001100 10111011 110101 10000

Color Harmonies of #13393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13393E

Black with #13393E

Text Example


Text Example

White with #13393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13393E; }

 p { color: rgb(19,57,62); }

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

background-color css

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

 a { background-color: rgb(19,57,62); }

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

border-color css

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

 span { border-color: rgb(19,57,62); }

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