Html Css Color HEX #13363F Nordic

📋 copy color: '#13363F'

red 19 ◦ green 54 ◦ blue 63

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

Shades of Nordic #13363F

Tints of Nordic #13363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.71%

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

R = 13.97%
G = 39.71%
B = 46.32%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13363F (or 0x13363F) is known color: Nordic. HEX triplet: 13, 36 and 3F. RGB value is (19,54,63). Sum of RGB (Red+Green+Blue) = 19+54+63=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #13363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13363F is #ECC9C0. Grayscale: #2C2C2C. Windows color (decimal): -15518145 or 4142611. OLE color: 4142611.

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

Color convert

RGB 19 54 63 -
CMYK 0.70 0.14 0 0.75
HSL 192.27º 0.54% 0.16% -
HSV(B) 192.27º 0.7% 0.25% -
XYZ 2.48 3.14 5.18 -
YUV 44.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 19 54 63 0.70 0.14 0 0.75 192.27 0.54 0.16
Hex 13 36 3F 46 E 0 4B C0 36 10
Octal 23 66 77 106 16 0 113 300 66 20
Binary 10011 110110 111111 1000110 1110 0 1001011 11000000 110110 10000

Color Harmonies of #13363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13363F

Black with #13363F

Text Example


Text Example

White with #13363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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