Html Css Color HEX #13353C Nordic

📋 copy color: '#13353C'

red 19 ◦ green 53 ◦ blue 60

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

Shades of Nordic #13353C

Tints of Nordic #13353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 14.39%
G = 40.15%
B = 45.45%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13353C (or 0x13353C) is known color: Nordic. HEX triplet: 13, 35 and 3C. RGB value is (19,53,60). Sum of RGB (Red+Green+Blue) = 19+53+60=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #13353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13353C is #ECCAC3. Grayscale: #2B2B2B. Windows color (decimal): -15518404 or 3945747. OLE color: 3945747.

HSL color Cylindrical-coordinate representation of color #13353C: hue angle of 190.24º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13353C is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 53 60 -
CMYK 0.68 0.12 0 0.76
HSL 190.24º 0.52% 0.15% -
HSV(B) 190.24º 0.68% 0.24% -
XYZ 2.36 3.01 4.73 -
YUV 43.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 19 53 60 0.68 0.12 0 0.76 190.24 0.52 0.15
Hex 13 35 3C 44 C 0 4C BE 34 F
Octal 23 65 74 104 14 0 114 276 64 17
Binary 10011 110101 111100 1000100 1100 0 1001100 10111110 110100 1111

Color Harmonies of #13353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13353C

Black with #13353C

Text Example


Text Example

White with #13353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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