Html Css Color HEX #13353E Nordic

📋 copy color: '#13353E'

red 19 ◦ green 53 ◦ blue 62

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

Shades of Nordic #13353E

Tints of Nordic #13353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 46.27%

R = 14.18%
G = 39.55%
B = 46.27%

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

#13353E (or 0x13353E) is known color: Nordic. HEX triplet: 13, 35 and 3E. RGB value is (19,53,62). Sum of RGB (Red+Green+Blue) = 19+53+62=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #13353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13353E is #ECCAC1. Grayscale: #2B2B2B. Windows color (decimal): -15518402 or 4076819. OLE color: 4076819.

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

Color convert

RGB 19 53 62 -
CMYK 0.69 0.15 0 0.76
HSL 192.56º 0.53% 0.16% -
HSV(B) 192.56º 0.69% 0.24% -
XYZ 2.41 3.03 5.02 -
YUV 43.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 19 53 62 0.69 0.15 0 0.76 192.56 0.53 0.16
Hex 13 35 3E 45 F 0 4C C1 35 10
Octal 23 65 76 105 17 0 114 301 65 20
Binary 10011 110101 111110 1000101 1111 0 1001100 11000001 110101 10000

Color Harmonies of #13353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13353E

Black with #13353E

Text Example


Text Example

White with #13353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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