Html Css Color HEX #13343D Nordic

📋 copy color: '#13343D'

red 19 ◦ green 52 ◦ blue 61

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

Shades of Nordic #13343D

Tints of Nordic #13343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

 BLUE value IS 61 (24.22% from 255) = 46.21%

R = 14.39%
G = 39.39%
B = 46.21%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13343D (or 0x13343D) is known color: Nordic. HEX triplet: 13, 34 and 3D. RGB value is (19,52,61). Sum of RGB (Red+Green+Blue) = 19+52+61=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #13343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13343D is #ECCBC2. Grayscale: #2B2B2B. Windows color (decimal): -15518659 or 4011027. OLE color: 4011027.

HSL color Cylindrical-coordinate representation of color #13343D: hue angle of 192.86º degrees, saturation: 0.52, 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 #13343D is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 52 61 -
CMYK 0.69 0.15 0 0.76
HSL 192.86º 0.53% 0.16% -
HSV(B) 192.86º 0.69% 0.24% -
XYZ 2.34 2.93 4.86 -
YUV 43.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 19 52 61 0.69 0.15 0 0.76 192.86 0.53 0.16
Hex 13 34 3D 45 F 0 4C C1 34 10
Octal 23 64 75 105 17 0 114 301 64 20
Binary 10011 110100 111101 1000101 1111 0 1001100 11000001 110100 10000

Color Harmonies of #13343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13343D

Black with #13343D

Text Example


Text Example

White with #13343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13343D; }

 p { color: rgb(19,52,61); }

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

background-color css

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

 a { background-color: rgb(19,52,61); }

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

border-color css

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

 span { border-color: rgb(19,52,61); }

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