Html Css Color HEX #13353F Nordic

📋 copy color: '#13353F'

red 19 ◦ green 53 ◦ blue 63

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

Shades of Nordic #13353F

Tints of Nordic #13353F

RGB

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

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

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

R = 14.07%
G = 39.26%
B = 46.67%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13353F (or 0x13353F) is known color: Nordic. HEX triplet: 13, 35 and 3F. RGB value is (19,53,63). Sum of RGB (Red+Green+Blue) = 19+53+63=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #13353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13353F is #ECCAC0. Grayscale: #2B2B2B. Windows color (decimal): -15518401 or 4142355. OLE color: 4142355.

HSL color Cylindrical-coordinate representation of color #13353F: hue angle of 193.64º 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 #13353F is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 53 63 -
CMYK 0.70 0.16 0 0.75
HSL 193.64º 0.54% 0.16% -
HSV(B) 193.64º 0.7% 0.25% -
XYZ 2.44 3.04 5.16 -
YUV 43.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 19 53 63 0.70 0.16 0 0.75 193.64 0.54 0.16
Hex 13 35 3F 46 10 0 4B C2 36 10
Octal 23 65 77 106 20 0 113 302 66 20
Binary 10011 110101 111111 1000110 10000 0 1001011 11000010 110110 10000

Color Harmonies of #13353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13353F

Black with #13353F

Text Example


Text Example

White with #13353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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