Html Css Color HEX #13353D Nordic

📋 copy color: '#13353D'

red 19 ◦ green 53 ◦ blue 61

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

Shades of Nordic #13353D

Tints of Nordic #13353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.85%

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

R = 14.29%
G = 39.85%
B = 45.86%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13353D (or 0x13353D) is known color: Nordic. HEX triplet: 13, 35 and 3D. RGB value is (19,53,61). Sum of RGB (Red+Green+Blue) = 19+53+61=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #13353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13353D is #ECCAC2. Grayscale: #2B2B2B. Windows color (decimal): -15518403 or 4011283. OLE color: 4011283.

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

Color convert

RGB 19 53 61 -
CMYK 0.69 0.13 0 0.76
HSL 191.43º 0.53% 0.16% -
HSV(B) 191.43º 0.69% 0.24% -
XYZ 2.38 3.02 4.87 -
YUV 43.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 19 53 61 0.69 0.13 0 0.76 191.43 0.53 0.16
Hex 13 35 3D 45 D 0 4C BF 34 10
Octal 23 65 75 105 15 0 114 277 64 20
Binary 10011 110101 111101 1000101 1101 0 1001100 10111111 110100 10000

Color Harmonies of #13353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13353D

Black with #13353D

Text Example


Text Example

White with #13353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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