Html Css Color HEX #13393F Nordic

📋 copy color: '#13393F'

red 19 ◦ green 57 ◦ blue 63

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

Shades of Nordic #13393F

Tints of Nordic #13393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.32%

R = 13.67%
G = 41.01%
B = 45.32%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13393F (or 0x13393F) is known color: Nordic. HEX triplet: 13, 39 and 3F. RGB value is (19,57,63). Sum of RGB (Red+Green+Blue) = 19+57+63=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #13393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13393F is #ECC6C0. Grayscale: #2E2E2E. Windows color (decimal): -15517377 or 4143379. OLE color: 4143379.

HSL color Cylindrical-coordinate representation of color #13393F: hue angle of 188.18º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13393F is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 57 63 -
CMYK 0.70 0.10 0 0.75
HSL 188.18º 0.54% 0.16% -
HSV(B) 188.18º 0.7% 0.25% -
XYZ 2.63 3.42 5.22 -
YUV 46.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 19 57 63 0.70 0.10 0 0.75 188.18 0.54 0.16
Hex 13 39 3F 46 A 0 4B BC 36 10
Octal 23 71 77 106 12 0 113 274 66 20
Binary 10011 111001 111111 1000110 1010 0 1001011 10111100 110110 10000

Color Harmonies of #13393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13393F

Black with #13393F

Text Example


Text Example

White with #13393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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